2018-06-29 13:15:45,985 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-137 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-06-29 13:15:45,990 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.28,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=lWPnVOhzyfsTy6nRP3n9bqSpY export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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_PROJECT_ID=9df2d150d03e418295cfd19870a1099d export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-06-29 13:15:45,990 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-06-29 13:15:45,991 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-06-29 13:15:45,993 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-06-29 13:15:45,993 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-06-29 13:15:46,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-06-29 13:15:46,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-06-29 13:15:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-06-29 13:15:46,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-06-29 13:15:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:15:46,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2391d273-151d-4f00-87cb-c9434b6480ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:15:46,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2391d273-151d-4f00-87cb-c9434b6480ce 2018-06-29 13:15:46,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:46,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["pRQ9YHlORnmr7WYRn-NnDQ"], "issued_at": "2018-06-29T13:15:46.000000Z"}} 2018-06-29 13:15:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:47,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-e8ac22f3-68b2-497e-8501-1fd73c949cc9 x-compute-request-id: req-e8ac22f3-68b2-497e-8501-1fd73c949cc9 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-06-29 13:15:47,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-e8ac22f3-68b2-497e-8501-1fd73c949cc9 2018-06-29 13:15:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.16641306877s 2018-06-29 13:15:47,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-e8ac22f3-68b2-497e-8501-1fd73c949cc9 2018-06-29 13:15:47,580 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-06-29 13:15:47,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:15:47,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:15:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:15:47,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-06-29 13:15:47,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:47,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ece9f0-82a7-42dd-ab08-c409f58ea973 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/7178062be0a748478fceb94415a1d5ec"}, "tags": [], "enabled": true, "id": "7178062be0a748478fceb94415a1d5ec", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-06-29 13:15:47,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-03ece9f0-82a7-42dd-ab08-c409f58ea973 2018-06-29 13:15:47,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111874818802s 2018-06-29 13:15:47,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-03ece9f0-82a7-42dd-ab08-c409f58ea973 2018-06-29 13:15:47,700 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'7178062be0a748478fceb94415a1d5ec', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-06-29 13:15:47,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-06-29 13:15:47,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:47,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8914386e-0bdf-496f-a4be-38842cf60aa6 Content-Encoding: gzip Content-Length: 1967 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/03eb7727e3a448498510ca885ab0bd03"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "24e280368e7842858a02640bb8437bc8", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/03ecd367455e48b583b31ac1b4fee286"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "93e8b94ffdac4b5288993a0882b48ca4", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/07987fe0dcf341fabf13b77326358987"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b95d407abe6e4cc682b37dbd4cc10f50", "id": "07987fe0dcf341fabf13b77326358987"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/09a547faeecd43f7a46cd7f414867eaa"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a5f1eb9c2de4ef8a125d7870a373a11", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a2cc188640e44c18e2724248e490217"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ac26482c3974478184bf2213c44aff33", "id": "0a2cc188640e44c18e2724248e490217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/124625bc896248b4a4fa1076c3a00820"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdae535e58a54562994c0c25faee7e93", "id": "124625bc896248b4a4fa1076c3a00820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1932ac9e7b4e42b199db49aae99d6b7a"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "abe7bf95ad3f4c268757b94af378bc83", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1bdd97f6e37942d7888cafdd8bb206b7"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "641ce22d95be45b8883f224ba5c10d0d", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f79f849a68347589bd8d3d9e9ddbb53"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cca28b003ab44882a585418bf01d4177", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d37acf37b644113a74707b77553ece6"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdae535e58a54562994c0c25faee7e93", "id": "2d37acf37b644113a74707b77553ece6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f544205ebc048459f37193dcaff1534"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "212f36cbec094edd877713216ecf9e03", "id": "2f544205ebc048459f37193dcaff1534"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/313be09b3be247558081721ca232ddaa"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "abe7bf95ad3f4c268757b94af378bc83", "id": "313be09b3be247558081721ca232ddaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/31bc0c4ac9744054bcda9f82ae6c83d6"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdae535e58a54562994c0c25faee7e93", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3767000556aa49168280f2461abe4130"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "93e8b94ffdac4b5288993a0882b48ca4", "id": "3767000556aa49168280f2461abe4130"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/394094410ce945bb84e381c4a3aa5696"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b70e6152c8e24e3bbf75c92e53500b47", "id": "394094410ce945bb84e381c4a3aa5696"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "24e280368e7842858a02640bb8437bc8", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/437c895d7c1241c2a25ce8ec7e16a0e5"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ac26482c3974478184bf2213c44aff33", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/43e267d2e5d44244b076f36805f774dd"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a5f1eb9c2de4ef8a125d7870a373a11", "id": "43e267d2e5d44244b076f36805f774dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/48d6bc4b80a646c3a375f7270819ffb2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9d6b6be0b66d427e96d06994f767a001", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5c5dd1c856ae453fbf091136bfcab867"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9d6b6be0b66d427e96d06994f767a001", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/633f8d17d3f64dd6b66799824f8e7f09"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b70e6152c8e24e3bbf75c92e53500b47", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6e3ce8245bd04bc4b771345aad009b6a"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cca28b003ab44882a585418bf01d4177", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7347f0c7b47848439ed6947066c9e060"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a5f1eb9c2de4ef8a125d7870a373a11", "id": "7347f0c7b47848439ed6947066c9e060"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7aac7c9734124dfcb559225c37f1fecc"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d8465369ac94679bf8f03a95c547ddc", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/80613f2c986f4f4588031b99241d556b"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "93e8b94ffdac4b5288993a0882b48ca4", "id": "80613f2c986f4f4588031b99241d556b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/83ec438ff1824b929d2e57cd9fe8953a"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "212f36cbec094edd877713216ecf9e03", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8490a67555924da39277672623008d04"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "641ce22d95be45b8883f224ba5c10d0d", "id": "8490a67555924da39277672623008d04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8ce78f52007d4f11b02e8bf38ee97192"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "212f36cbec094edd877713216ecf9e03", "id": "8ce78f52007d4f11b02e8bf38ee97192"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a2ed3cceca444c69935de36d698bb36b"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d8465369ac94679bf8f03a95c547ddc", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a8a1f5636ddd4638aefa143ed9f5a75f"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b70e6152c8e24e3bbf75c92e53500b47", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2be6c1b090c4e4e924a1e1d27ff63e1"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9d6b6be0b66d427e96d06994f767a001", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c6e47ef16fdd440bbd4bd149619e819c"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ac26482c3974478184bf2213c44aff33", "id": "c6e47ef16fdd440bbd4bd149619e819c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cb48cf3333dd4e8b87f2790679d16f09"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "24e280368e7842858a02640bb8437bc8", "id": "cb48cf3333dd4e8b87f2790679d16f09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cbed440e4d304757b21dcb39776ae631"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2b9614a5a9364acf9eeb721225f9a139", "id": "cbed440e4d304757b21dcb39776ae631"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cfd014f196bf4626a366d357988b4347"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "641ce22d95be45b8883f224ba5c10d0d", "id": "cfd014f196bf4626a366d357988b4347"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d228bf54cc81485f812a2c016c77da20"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d8465369ac94679bf8f03a95c547ddc", "id": "d228bf54cc81485f812a2c016c77da20"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d298986afd534007955c8bd9d2727c75"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2b9614a5a9364acf9eeb721225f9a139", "id": "d298986afd534007955c8bd9d2727c75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d311558d0494455a91e44507a7133526"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b95d407abe6e4cc682b37dbd4cc10f50", "id": "d311558d0494455a91e44507a7133526"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f2748931e48e4063be030452bdb25acf"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cca28b003ab44882a585418bf01d4177", "id": "f2748931e48e4063be030452bdb25acf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9216d3450c8422eb4b892bc2287ae13"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2b9614a5a9364acf9eeb721225f9a139", "id": "f9216d3450c8422eb4b892bc2287ae13"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fb2fa84b323b423a8acc308fb297c3d7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b95d407abe6e4cc682b37dbd4cc10f50", "id": "fb2fa84b323b423a8acc308fb297c3d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fc6f40406ca04a03a9b3d34b312586af"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "abe7bf95ad3f4c268757b94af378bc83", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-06-29 13:15:47,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-8914386e-0bdf-496f-a4be-38842cf60aa6 2018-06-29 13:15:47,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.105890035629s 2018-06-29 13:15:47,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-8914386e-0bdf-496f-a4be-38842cf60aa6 2018-06-29 13:15:47,817 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/03eb7727e3a448498510ca885ab0bd03'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'24e280368e7842858a02640bb8437bc8', u'id': u'03eb7727e3a448498510ca885ab0bd03'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/03ecd367455e48b583b31ac1b4fee286'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'93e8b94ffdac4b5288993a0882b48ca4', u'id': u'03ecd367455e48b583b31ac1b4fee286'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/07987fe0dcf341fabf13b77326358987'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b95d407abe6e4cc682b37dbd4cc10f50', u'id': u'07987fe0dcf341fabf13b77326358987'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/09a547faeecd43f7a46cd7f414867eaa'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3a5f1eb9c2de4ef8a125d7870a373a11', u'id': u'09a547faeecd43f7a46cd7f414867eaa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0a2cc188640e44c18e2724248e490217'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ac26482c3974478184bf2213c44aff33', u'id': u'0a2cc188640e44c18e2724248e490217'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/124625bc896248b4a4fa1076c3a00820'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cdae535e58a54562994c0c25faee7e93', u'id': u'124625bc896248b4a4fa1076c3a00820'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1932ac9e7b4e42b199db49aae99d6b7a'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'abe7bf95ad3f4c268757b94af378bc83', u'id': u'1932ac9e7b4e42b199db49aae99d6b7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1bdd97f6e37942d7888cafdd8bb206b7'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'641ce22d95be45b8883f224ba5c10d0d', u'id': u'1bdd97f6e37942d7888cafdd8bb206b7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1f79f849a68347589bd8d3d9e9ddbb53'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cca28b003ab44882a585418bf01d4177', u'id': u'1f79f849a68347589bd8d3d9e9ddbb53'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2d37acf37b644113a74707b77553ece6'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cdae535e58a54562994c0c25faee7e93', u'id': u'2d37acf37b644113a74707b77553ece6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2f544205ebc048459f37193dcaff1534'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'212f36cbec094edd877713216ecf9e03', u'id': u'2f544205ebc048459f37193dcaff1534'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/313be09b3be247558081721ca232ddaa'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'abe7bf95ad3f4c268757b94af378bc83', u'id': u'313be09b3be247558081721ca232ddaa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/31bc0c4ac9744054bcda9f82ae6c83d6'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cdae535e58a54562994c0c25faee7e93', u'id': u'31bc0c4ac9744054bcda9f82ae6c83d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3767000556aa49168280f2461abe4130'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'93e8b94ffdac4b5288993a0882b48ca4', u'id': u'3767000556aa49168280f2461abe4130'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/394094410ce945bb84e381c4a3aa5696'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b70e6152c8e24e3bbf75c92e53500b47', u'id': u'394094410ce945bb84e381c4a3aa5696'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3b306bc7e1eb42e9a168e3e4f9bc9ce9'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'24e280368e7842858a02640bb8437bc8', u'id': u'3b306bc7e1eb42e9a168e3e4f9bc9ce9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/437c895d7c1241c2a25ce8ec7e16a0e5'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ac26482c3974478184bf2213c44aff33', u'id': u'437c895d7c1241c2a25ce8ec7e16a0e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/43e267d2e5d44244b076f36805f774dd'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3a5f1eb9c2de4ef8a125d7870a373a11', u'id': u'43e267d2e5d44244b076f36805f774dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/48d6bc4b80a646c3a375f7270819ffb2'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9d6b6be0b66d427e96d06994f767a001', u'id': u'48d6bc4b80a646c3a375f7270819ffb2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5c5dd1c856ae453fbf091136bfcab867'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9d6b6be0b66d427e96d06994f767a001', u'id': u'5c5dd1c856ae453fbf091136bfcab867'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/633f8d17d3f64dd6b66799824f8e7f09'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b70e6152c8e24e3bbf75c92e53500b47', u'id': u'633f8d17d3f64dd6b66799824f8e7f09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/6e3ce8245bd04bc4b771345aad009b6a'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cca28b003ab44882a585418bf01d4177', u'id': u'6e3ce8245bd04bc4b771345aad009b6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7347f0c7b47848439ed6947066c9e060'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3a5f1eb9c2de4ef8a125d7870a373a11', u'id': u'7347f0c7b47848439ed6947066c9e060'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7aac7c9734124dfcb559225c37f1fecc'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2d8465369ac94679bf8f03a95c547ddc', u'id': u'7aac7c9734124dfcb559225c37f1fecc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/80613f2c986f4f4588031b99241d556b'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'93e8b94ffdac4b5288993a0882b48ca4', u'id': u'80613f2c986f4f4588031b99241d556b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/83ec438ff1824b929d2e57cd9fe8953a'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'212f36cbec094edd877713216ecf9e03', u'id': u'83ec438ff1824b929d2e57cd9fe8953a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8490a67555924da39277672623008d04'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'641ce22d95be45b8883f224ba5c10d0d', u'id': u'8490a67555924da39277672623008d04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8ce78f52007d4f11b02e8bf38ee97192'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'212f36cbec094edd877713216ecf9e03', u'id': u'8ce78f52007d4f11b02e8bf38ee97192'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a2ed3cceca444c69935de36d698bb36b'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2d8465369ac94679bf8f03a95c547ddc', u'id': u'a2ed3cceca444c69935de36d698bb36b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a8a1f5636ddd4638aefa143ed9f5a75f'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b70e6152c8e24e3bbf75c92e53500b47', u'id': u'a8a1f5636ddd4638aefa143ed9f5a75f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b2be6c1b090c4e4e924a1e1d27ff63e1'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9d6b6be0b66d427e96d06994f767a001', u'id': u'b2be6c1b090c4e4e924a1e1d27ff63e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c6e47ef16fdd440bbd4bd149619e819c'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ac26482c3974478184bf2213c44aff33', u'id': u'c6e47ef16fdd440bbd4bd149619e819c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cb48cf3333dd4e8b87f2790679d16f09'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'24e280368e7842858a02640bb8437bc8', u'id': u'cb48cf3333dd4e8b87f2790679d16f09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cbed440e4d304757b21dcb39776ae631'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2b9614a5a9364acf9eeb721225f9a139', u'id': u'cbed440e4d304757b21dcb39776ae631'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cfd014f196bf4626a366d357988b4347'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'641ce22d95be45b8883f224ba5c10d0d', u'id': u'cfd014f196bf4626a366d357988b4347'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d228bf54cc81485f812a2c016c77da20'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2d8465369ac94679bf8f03a95c547ddc', u'id': u'd228bf54cc81485f812a2c016c77da20'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d298986afd534007955c8bd9d2727c75'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2b9614a5a9364acf9eeb721225f9a139', u'id': u'd298986afd534007955c8bd9d2727c75'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d311558d0494455a91e44507a7133526'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b95d407abe6e4cc682b37dbd4cc10f50', u'id': u'd311558d0494455a91e44507a7133526'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f2748931e48e4063be030452bdb25acf'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cca28b003ab44882a585418bf01d4177', u'id': u'f2748931e48e4063be030452bdb25acf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f9216d3450c8422eb4b892bc2287ae13'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2b9614a5a9364acf9eeb721225f9a139', u'id': u'f9216d3450c8422eb4b892bc2287ae13'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fb2fa84b323b423a8acc308fb297c3d7'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b95d407abe6e4cc682b37dbd4cc10f50', u'id': u'fb2fa84b323b423a8acc308fb297c3d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fc6f40406ca04a03a9b3d34b312586af'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'abe7bf95ad3f4c268757b94af378bc83', u'id': u'fc6f40406ca04a03a9b3d34b312586af'})] 2018-06-29 13:15:47,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-06-29 13:15:47,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:47,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15: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-42ae352f-4d5a-4af8-9248-5a1cf6be5874 x-compute-request-id: req-42ae352f-4d5a-4af8-9248-5a1cf6be5874 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-06-29 13:15:47,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-42ae352f-4d5a-4af8-9248-5a1cf6be5874 2018-06-29 13:15:47,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112879991531s 2018-06-29 13:15:47,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-42ae352f-4d5a-4af8-9248-5a1cf6be5874 2018-06-29 13:15:47,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-06-29 13:15:47,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15: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-c615375b-686e-46ea-8bca-ca956b3ede40 x-compute-request-id: req-c615375b-686e-46ea-8bca-ca956b3ede40 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-06-29 13:15:49,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-c615375b-686e-46ea-8bca-ca956b3ede40 2018-06-29 13:15:49,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.68905997276s 2018-06-29 13:15:49,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-c615375b-686e-46ea-8bca-ca956b3ede40 2018-06-29 13:15:49,628 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-06-29 13:15:49,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-06-29 13:15:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bbf50866-aac6-4c9a-966a-d2ca4c0917ea Date: Fri, 29 Jun 2018 13:15:49 GMT RESP BODY: {"floatingips": []} 2018-06-29 13:15:49,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bbf50866-aac6-4c9a-966a-d2ca4c0917ea 2018-06-29 13:15:49,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556139945984s 2018-06-29 13:15:49,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bbf50866-aac6-4c9a-966a-d2ca4c0917ea 2018-06-29 13:15:49,689 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-06-29 13:15:49,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-06-29 13:15:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-117caef0-ac5f-40d4-9b26-2ad078b94a4d x-compute-request-id: req-117caef0-ac5f-40d4-9b26-2ad078b94a4d Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 18}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 19}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-06-29 13:15:49,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-117caef0-ac5f-40d4-9b26-2ad078b94a4d 2018-06-29 13:15:49,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0375158786774s 2018-06-29 13:15:49,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-117caef0-ac5f-40d4-9b26-2ad078b94a4d 2018-06-29 13:15:49,728 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 18}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 19}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-06-29 13:15:49,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-06-29 13:15:49,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-d78abbd1-edea-44e7-8347-9b88c713f8eb x-compute-request-id: req-d78abbd1-edea-44e7-8347-9b88c713f8eb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-06-29 13:15:49,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d78abbd1-edea-44e7-8347-9b88c713f8eb 2018-06-29 13:15:49,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0228369235992s 2018-06-29 13:15:49,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d78abbd1-edea-44e7-8347-9b88c713f8eb 2018-06-29 13:15:49,752 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-06-29 13:15:49,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-06-29 13:15:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8e33878a-3865-4f97-9b64-ad83c07f23e6 Date: Fri, 29 Jun 2018 13:15:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:15:49,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e33878a-3865-4f97-9b64-ad83c07f23e6 2018-06-29 13:15:49,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0786290168762s 2018-06-29 13:15:49,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e33878a-3865-4f97-9b64-ad83c07f23e6 2018-06-29 13:15:49,832 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'98a84cf8-6121-4e64-8eff-89ca595c1814'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-06-29T13:13:38Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5263151a-7799-4ff3-a0fc-06e3547c8a42', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'61577623408e42cd9bcf6a5cd632170d', u'created_at': u'2018-06-29T13:13:33Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'61577623408e42cd9bcf6a5cd632170d'})] 2018-06-29 13:15:49,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-06-29 13:15:49,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-539fa54a-5a1e-4482-9f34-efcf84e3e511 Date: Fri, 29 Jun 2018 13:15:49 GMT RESP BODY: {"ports":[]} 2018-06-29 13:15:49,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-539fa54a-5a1e-4482-9f34-efcf84e3e511 2018-06-29 13:15:49,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0300180912018s 2018-06-29 13:15:49,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-539fa54a-5a1e-4482-9f34-efcf84e3e511 2018-06-29 13:15:49,863 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-06-29 13:15:49,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-06-29 13:15:49,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:49,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202ddf2b-2d60-4c93-aaf0-767bdcd5ab95 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "1411288561ec420a9f02f8fc4c3d7710"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/1411288561ec420a9f02f8fc4c3d7710/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "4dbb6de6ed5d4c2791cf9abf184ba019"}, "user": {"id": "1411288561ec420a9f02f8fc4c3d7710"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/1411288561ec420a9f02f8fc4c3d7710/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "162467c30f684eaeacb125287d12988a"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/162467c30f684eaeacb125287d12988a/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "17d8a25220c24c48bdea241527c9a18b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/17d8a25220c24c48bdea241527c9a18b/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "3661f053ebdb4a30b6f3170b0dd6e0f2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/3661f053ebdb4a30b6f3170b0dd6e0f2/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "9df2d150d03e418295cfd19870a1099d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "44068e3973b944bd998ad759573e828b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/44068e3973b944bd998ad759573e828b/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "8406f0ef77e449e7bce7b16cb0cf627a"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/8406f0ef77e449e7bce7b16cb0cf627a/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "8ef09ee9db094161933743e3cd384e23"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/8ef09ee9db094161933743e3cd384e23/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "bae1e73e71ac401e9106e47a51b88b00"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/bae1e73e71ac401e9106e47a51b88b00/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "cc94fa8b7f9e46689f9fd78558e5574b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/cc94fa8b7f9e46689f9fd78558e5574b/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "ccb96e5e257f42ab83566651d00b2df0"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/ccb96e5e257f42ab83566651d00b2df0/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "ea3e9c043ec44c5ebed2cdbb2bc63330"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/ea3e9c043ec44c5ebed2cdbb2bc63330/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "f56d25de2a044e9aa66caa5da17f3a92"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/f56d25de2a044e9aa66caa5da17f3a92/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"project": {"id": "61577623408e42cd9bcf6a5cd632170d"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "ffeab9fc37c44087a3810c753c13ba82"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d/users/ffeab9fc37c44087a3810c753c13ba82/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"domain": {"id": "7178062be0a748478fceb94415a1d5ec"}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "c73a21701ce440e9b229f0f2dd6fab3b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/7178062be0a748478fceb94415a1d5ec/users/c73a21701ce440e9b229f0f2dd6fab3b/roles/33fdea823863480a984d6885bd14fd53"}}, {"scope": {"system": {"all": true}}, "role": {"id": "33fdea823863480a984d6885bd14fd53"}, "user": {"id": "44068e3973b944bd998ad759573e828b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/44068e3973b944bd998ad759573e828b/roles/33fdea823863480a984d6885bd14fd53"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-06-29 13:15:49,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-202ddf2b-2d60-4c93-aaf0-767bdcd5ab95 2018-06-29 13:15:49,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0940392017365s 2018-06-29 13:15:49,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-202ddf2b-2d60-4c93-aaf0-767bdcd5ab95 2018-06-29 13:15:49,963 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'1411288561ec420a9f02f8fc4c3d7710'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'4dbb6de6ed5d4c2791cf9abf184ba019', 'user': u'1411288561ec420a9f02f8fc4c3d7710'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'162467c30f684eaeacb125287d12988a'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'17d8a25220c24c48bdea241527c9a18b'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'3661f053ebdb4a30b6f3170b0dd6e0f2'}), Munch({'project': u'9df2d150d03e418295cfd19870a1099d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'44068e3973b944bd998ad759573e828b'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'8406f0ef77e449e7bce7b16cb0cf627a'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'8ef09ee9db094161933743e3cd384e23'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'bae1e73e71ac401e9106e47a51b88b00'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'cc94fa8b7f9e46689f9fd78558e5574b'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'ccb96e5e257f42ab83566651d00b2df0'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'ea3e9c043ec44c5ebed2cdbb2bc63330'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'f56d25de2a044e9aa66caa5da17f3a92'}), Munch({'project': u'61577623408e42cd9bcf6a5cd632170d', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'ffeab9fc37c44087a3810c753c13ba82'}), Munch({'domain': u'7178062be0a748478fceb94415a1d5ec', 'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'c73a21701ce440e9b229f0f2dd6fab3b'}), Munch({'id': u'33fdea823863480a984d6885bd14fd53', 'user': u'44068e3973b944bd998ad759573e828b'})] 2018-06-29 13:15:49,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-06-29 13:15:49,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:50,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10dd4f6a-3284-4625-90a2-a0068e9792c3 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:15:50,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-10dd4f6a-3284-4625-90a2-a0068e9792c3 2018-06-29 13:15:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0821590423584s 2018-06-29 13:15:50,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-10dd4f6a-3284-4625-90a2-a0068e9792c3 2018-06-29 13:15:50,049 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'231f34925521461e993b21242adc8d6f'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'33fdea823863480a984d6885bd14fd53'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'4dbb6de6ed5d4c2791cf9abf184ba019'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'ea537ecea79f4c00b4eb34cacb12e366'})] 2018-06-29 13:15:50,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-06-29 13:15:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:50,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dfc85d2a-b39e-4c5a-8b97-cdc3d0da0c82 Date: Fri, 29 Jun 2018 13:15:50 GMT RESP BODY: {"routers": []} 2018-06-29 13:15:50,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dfc85d2a-b39e-4c5a-8b97-cdc3d0da0c82 2018-06-29 13:15:50,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0480110645294s 2018-06-29 13:15:50,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dfc85d2a-b39e-4c5a-8b97-cdc3d0da0c82 2018-06-29 13:15:50,098 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-06-29 13:15:50,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-06-29 13:15:50,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:50,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15: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-b92582e8-c5f5-4aa2-86b0-52eb90b0a0ea x-compute-request-id: req-b92582e8-c5f5-4aa2-86b0-52eb90b0a0ea Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 13:15:50,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b92582e8-c5f5-4aa2-86b0-52eb90b0a0ea 2018-06-29 13:15:50,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214704036713s 2018-06-29 13:15:50,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b92582e8-c5f5-4aa2-86b0-52eb90b0a0ea 2018-06-29 13:15:50,314 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-06-29 13:15:50,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-06-29 13:15:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:15:50,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:15:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.3:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:15:50,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:50,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12bda7b2-a8ac-4179-968f-1ce79453f635 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/212f36cbec094edd877713216ecf9e03"}, "enabled": true, "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/24e280368e7842858a02640bb8437bc8"}, "enabled": true, "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2b9614a5a9364acf9eeb721225f9a139"}, "enabled": true, "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2d8465369ac94679bf8f03a95c547ddc"}, "enabled": true, "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3a5f1eb9c2de4ef8a125d7870a373a11"}, "enabled": true, "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/641ce22d95be45b8883f224ba5c10d0d"}, "enabled": true, "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/89a00322d1bc414e9bcaddeffc50137c"}, "enabled": true, "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/93e8b94ffdac4b5288993a0882b48ca4"}, "enabled": true, "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/9d6b6be0b66d427e96d06994f767a001"}, "enabled": true, "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/abe7bf95ad3f4c268757b94af378bc83"}, "enabled": true, "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ac26482c3974478184bf2213c44aff33"}, "enabled": true, "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b70e6152c8e24e3bbf75c92e53500b47"}, "enabled": true, "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b95d407abe6e4cc682b37dbd4cc10f50"}, "enabled": true, "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/cca28b003ab44882a585418bf01d4177"}, "enabled": true, "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/cdae535e58a54562994c0c25faee7e93"}, "enabled": true, "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-06-29 13:15:50,404 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-12bda7b2-a8ac-4179-968f-1ce79453f635 2018-06-29 13:15:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.086697101593s 2018-06-29 13:15:50,404 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-12bda7b2-a8ac-4179-968f-1ce79453f635 2018-06-29 13:15:50,408 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'212f36cbec094edd877713216ecf9e03', 'name': u'swift'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'24e280368e7842858a02640bb8437bc8', 'name': u'panko'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'2b9614a5a9364acf9eeb721225f9a139', 'name': u'heat'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2d8465369ac94679bf8f03a95c547ddc', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'3a5f1eb9c2de4ef8a125d7870a373a11', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'641ce22d95be45b8883f224ba5c10d0d', 'name': u'cinderv3'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'89a00322d1bc414e9bcaddeffc50137c', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'93e8b94ffdac4b5288993a0882b48ca4', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'9d6b6be0b66d427e96d06994f767a001', 'name': u'cinder'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'abe7bf95ad3f4c268757b94af378bc83', 'name': u'glance'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'ac26482c3974478184bf2213c44aff33', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'b70e6152c8e24e3bbf75c92e53500b47', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'b95d407abe6e4cc682b37dbd4cc10f50', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'cca28b003ab44882a585418bf01d4177', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'cdae535e58a54562994c0c25faee7e93', 'name': u'keystone'})] 2018-06-29 13:15:50,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-06-29 13:15:50,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}896fa3dafcffe7f0997a41babe2f69d8e5b9a9ad" 2018-06-29 13:15:50,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4c24603b-2dd4-4958-9d96-7fd299331837 Date: Fri, 29 Jun 2018 13:15:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:15:50,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c24603b-2dd4-4958-9d96-7fd299331837 2018-06-29 13:15:50,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0447881221771s 2018-06-29 13:15:50,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c24603b-2dd4-4958-9d96-7fd299331837 2018-06-29 13:15:50,454 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-06-29T13:13:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'98a84cf8-6121-4e64-8eff-89ca595c1814', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'5263151a-7799-4ff3-a0fc-06e3547c8a42', u'tenant_id': u'61577623408e42cd9bcf6a5cd632170d', u'created_at': u'2018-06-29T13:13:38Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'61577623408e42cd9bcf6a5cd632170d'})] 2018-06-29 13:15:50,576 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 13:15:50,576 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-06-29 13:15:50,580 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-06-29 13:15:52,310 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-06-29 13:15:52,310 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-06-29 13:15:52,310 - openstack_tests - INFO - OS Credentials = > 2018-06-29 13:15:52,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:52,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:52,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["e5qthRj5Toaalq1cAbz8jg"], "issued_at": "2018-06-29T13:15:52.000000Z"}} 2018-06-29 13:15:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa84de9117620e0638056e7ee4571eb06a9188b" 2018-06-29 13:15:53,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e19ddf0f-ea76-4153-bb39-889b50deceed Date: Fri, 29 Jun 2018 13:15:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:15:53,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-e19ddf0f-ea76-4153-bb39-889b50deceed 2018-06-29 13:15:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa84de9117620e0638056e7ee4571eb06a9188b" 2018-06-29 13:15:53,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4587b366-10e0-4423-be9d-7c7da2816ca4 Date: Fri, 29 Jun 2018 13:15:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:15:53,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-4587b366-10e0-4423-be9d-7c7da2816ca4 2018-06-29 13:15:53,690 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-06-29 13:15:53,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:53,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 13:15:53,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:54,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Gi4JLtGhQE-BkQMDYuGO6g"], "issued_at": "2018-06-29T13:15:54.000000Z"}} 2018-06-29 13:15:54,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05c851a2f60841bacfea6c36fe5a55501a2fab3d" 2018-06-29 13:15:54,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-8f0de000-b999-46bf-970a-050b9485828e Date: Fri, 29 Jun 2018 13:15:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-06-29 13:15:54,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-8f0de000-b999-46bf-970a-050b9485828e 2018-06-29 13:15:54,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:54,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 13:15:54,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:55,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["qyVJjnKuSuKhFW6mxm3q5A"], "issued_at": "2018-06-29T13:15:55.000000Z"}} 2018-06-29 13:15:55,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bce9c8168dfd6f502146ca365ce6eaa7fe2b43b" 2018-06-29 13:15:55,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbfe93ce-36c9-42de-acbb-9b9c8d318715 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:15:55,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fbfe93ce-36c9-42de-acbb-9b9c8d318715 2018-06-29 13:15:55,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:15:55,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:15:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:15:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bce9c8168dfd6f502146ca365ce6eaa7fe2b43b" 2018-06-29 13:15:55,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a6a96eb-f26f-4980-a3a1-88f27cc42159 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:15:55,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0a6a96eb-f26f-4980-a3a1-88f27cc42159 2018-06-29 13:15:55,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:55,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 13:15:55,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:55,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["XIYBXBZXRQadB4mz270suw"], "issued_at": "2018-06-29T13:15:55.000000Z"}} 2018-06-29 13:15:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d39b24da5be7efd86ca52d4f08929060c5090ce" 2018-06-29 13:15:56,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6ab4014d-18d3-4703-b204-df1edf097b14 Date: Fri, 29 Jun 2018 13:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:15:56,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6ab4014d-18d3-4703-b204-df1edf097b14 2018-06-29 13:15:56,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:56,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["gWxAgTRqSsqJVU2EM7zkfA"], "issued_at": "2018-06-29T13:15:56.000000Z"}} 2018-06-29 13:15:56,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9bad7509b9ce7bc4af5da51b793f16b225dfd2" 2018-06-29 13:15:57,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ec5739dd-afcf-45cc-b237-88a71451cdfc Date: Fri, 29 Jun 2018 13:15:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:15:57,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-ec5739dd-afcf-45cc-b237-88a71451cdfc 2018-06-29 13:15:57,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9bad7509b9ce7bc4af5da51b793f16b225dfd2" 2018-06-29 13:15:57,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-971c07d5-1d42-4b77-9607-1291d99a1abc Date: Fri, 29 Jun 2018 13:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:15:57,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-971c07d5-1d42-4b77-9607-1291d99a1abc 2018-06-29 13:15:57,604 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:15:57,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:57,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:57,671 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 13:15:57,672 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:15:57,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:58,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["UHsUYHg4TLWSfHxKyCb7WA"], "issued_at": "2018-06-29T13:15:58.000000Z"}} 2018-06-29 13:15:58,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ea141aef68a61949e562247202a9155d8ecb62" 2018-06-29 13:15:58,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15: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-5cf0f90d-dea9-4be1-9a1a-e70f712c15eb x-compute-request-id: req-5cf0f90d-dea9-4be1-9a1a-e70f712c15eb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:15:58,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-5cf0f90d-dea9-4be1-9a1a-e70f712c15eb 2018-06-29 13:15:58,642 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:15:58,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:59,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["gMY9w-K3SAmFq-5tWIy3aQ"], "issued_at": "2018-06-29T13:15:59.000000Z"}} 2018-06-29 13:15:59,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04d07216e31e40500c890d144a5b267fd5b944c" 2018-06-29 13:15:59,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15: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-ee508849-a3e9-422e-b153-1d125527e720 x-compute-request-id: req-ee508849-a3e9-422e-b153-1d125527e720 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 18}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 19}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-06-29 13:15:59,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-ee508849-a3e9-422e-b153-1d125527e720 2018-06-29 13:15:59,230 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:15:59,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:15:59,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:59,263 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 13:15:59,263 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:15:59,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:15:59,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["GCWVNL_OQjacDyj5eb-Mbw"], "issued_at": "2018-06-29T13:15:59.000000Z"}} 2018-06-29 13:15:59,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1ed3ce275b86c55ab68beadfced8960e6dc328" 2018-06-29 13:16:00,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:15:59 GMT Server: Apache x-openstack-request-id: req-c898b3fa-9f78-4f1d-8e8b-107a3b1ac6c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-06-29 13:16:00,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-c898b3fa-9f78-4f1d-8e8b-107a3b1ac6c0 2018-06-29 13:16:00,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:00,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 13:16:00,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:00,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["nhxQSQcmSqak3p-K4csx2g"], "issued_at": "2018-06-29T13:16:00.000000Z"}} 2018-06-29 13:16:00,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a24ad1e0c391baa7eed72aa8674c28cf7efa04" 2018-06-29 13:16:01,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:00 GMT Server: Apache x-compute-request-id: req-8585b42a-b167-48b8-8f1d-0e1ee0da8372 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8585b42a-b167-48b8-8f1d-0e1ee0da8372 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 13:16:01,711 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-8585b42a-b167-48b8-8f1d-0e1ee0da8372 2018-06-29 13:16:01,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:02,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["y52BxmzBQG2sGTZEBVExMA"], "issued_at": "2018-06-29T13:16:02.000000Z"}} 2018-06-29 13:16:02,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:02,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e4da75-6d13-4fc6-ae2d-2ef60be95b97 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:02,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-33e4da75-6d13-4fc6-ae2d-2ef60be95b97 2018-06-29 13:16:02,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:02,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:02,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:02,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb404e58-bc18-4d4b-9bea-045a3671a295 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:02,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fb404e58-bc18-4d4b-9bea-045a3671a295 2018-06-29 13:16:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName"}}' 2018-06-29 13:16:02,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfad6978-f1cf-4ea4-8c8a-35a9a5f6cfbc Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0e11ae2dc29349ed928c7281719dc0ec"}, "tags": [], "enabled": true, "id": "0e11ae2dc29349ed928c7281719dc0ec", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName"}} 2018-06-29 13:16:02,348 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cfad6978-f1cf-4ea4-8c8a-35a9a5f6cfbc 2018-06-29 13:16:02,348 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName 2018-06-29 13:16:02,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:02,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ecbff6-27ca-47a9-bf83-59aef2970c0a Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0e11ae2dc29349ed928c7281719dc0ec"}, "tags": [], "enabled": true, "id": "0e11ae2dc29349ed928c7281719dc0ec", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName"}]} 2018-06-29 13:16:02,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName used request id req-e0ecbff6-27ca-47a9-bf83-59aef2970c0a 2018-06-29 13:16:02,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:02,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b80dd5-c58a-40e5-978d-099e751b9af8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:02,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f5b80dd5-c58a-40e5-978d-099e751b9af8 2018-06-29 13:16:02,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:03,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-38d7983f-585a-4553-83f3-e4817185c352 Date: Fri, 29 Jun 2018 13:16:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:03Z", "updated_at": "2018-06-29T13:16:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "revision_number": 0, "id": "f4ecaf17-abd3-4b05-b4b1-4aa4079963db", "remote_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "revision_number": 0, "id": "307e943e-dc97-42bf-bfac-1ff5e20a32af", "remote_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "revision_number": 0, "id": "9a3a7109-70d0-4d18-bb0e-46a96f6f9ffa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "revision_number": 0, "id": "969bdbcb-17f5-4606-898a-2c3f7a4e661a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "name": "default"}]} 2018-06-29 13:16:03,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-38d7983f-585a-4553-83f3-e4817185c352 2018-06-29 13:16:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:03,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea44c4e-6fc8-461e-80ca-242db993a472 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:03,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-cea44c4e-6fc8-461e-80ca-242db993a472 2018-06-29 13:16:03,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:03,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00260ed-581c-41dd-a078-7aa5f6817467 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:03,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e00260ed-581c-41dd-a078-7aa5f6817467 2018-06-29 13:16:03,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d 2018-06-29 13:16:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:03,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fbfc13f9-6b2f-495f-ae41-f6e7494f3719 Date: Fri, 29 Jun 2018 13:16:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:03Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "307e943e-dc97-42bf-bfac-1ff5e20a32af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:03Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "969bdbcb-17f5-4606-898a-2c3f7a4e661a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:03Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "9a3a7109-70d0-4d18-bb0e-46a96f6f9ffa"}, {"remote_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:03Z", "security_group_id": "efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:03Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f4ecaf17-abd3-4b05-b4b1-4aa4079963db"}]} 2018-06-29 13:16:03,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d used request id req-fbfc13f9-6b2f-495f-ae41-f6e7494f3719 2018-06-29 13:16:03,808 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 13:16:03,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:03,991 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7cbe925-dd6b-486a-a140-5fd039ae2407 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:03,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/efa6a2c9-1798-4ca8-9aa5-20a9ddbf055d used request id req-e7cbe925-dd6b-486a-a140-5fd039ae2407 2018-06-29 13:16:03,992 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-b86851c8-6ba5-47ce-8927-809518f1f2e8-projName 2018-06-29 13:16:03,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0e11ae2dc29349ed928c7281719dc0ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2a0673831a237ba747a34266a78a3020000b7d" 2018-06-29 13:16:04,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d4f9f40-9e78-4c94-8157-b557dad64d31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:04,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0e11ae2dc29349ed928c7281719dc0ec used request id req-7d4f9f40-9e78-4c94-8157-b557dad64d31 2018-06-29 13:16:04,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:04,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["_uZL1X_SR1OxOu8UbByNlg"], "issued_at": "2018-06-29T13:16:04.000000Z"}} 2018-06-29 13:16:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08dc4395fcf100c8dbe5be4e23d9e094539cafa5" 2018-06-29 13:16:04,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ce553e-031f-4f50-85c3-996213cf0f09 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:04,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57ce553e-031f-4f50-85c3-996213cf0f09 2018-06-29 13:16:04,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:04,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08dc4395fcf100c8dbe5be4e23d9e094539cafa5" 2018-06-29 13:16:04,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2616ff-8511-4ea6-8e20-d27c5976e0e9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:04,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-af2616ff-8511-4ea6-8e20-d27c5976e0e9 2018-06-29 13:16:05,242 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-e0479340-4da5-4c28-95d3-65b4acc45756-username 2018-06-29 13:16:05,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08dc4395fcf100c8dbe5be4e23d9e094539cafa5" 2018-06-29 13:16:05,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d967310-cfe1-4505-bbcf-89e46fec61e9 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-e0479340-4da5-4c28-95d3-65b4acc45756-username", "links": {"self": "http://172.30.9.28:5000/v3/users/8ccebbee76264246b1111e783f185b1a"}, "domain_id": "default", "enabled": true, "id": "8ccebbee76264246b1111e783f185b1a", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:05,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9d967310-cfe1-4505-bbcf-89e46fec61e9 2018-06-29 13:16:05,358 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-e0479340-4da5-4c28-95d3-65b4acc45756-username 2018-06-29 13:16:05,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8ccebbee76264246b1111e783f185b1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08dc4395fcf100c8dbe5be4e23d9e094539cafa5" 2018-06-29 13:16:05,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2200c76-b9c1-415a-ac2c-286219bd1c40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:05,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8ccebbee76264246b1111e783f185b1a used request id req-e2200c76-b9c1-415a-ac2c-286219bd1c40 2018-06-29 13:16:05,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:05,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["5dCRLPxyQv-WPteZrm1mfQ"], "issued_at": "2018-06-29T13:16:05.000000Z"}} 2018-06-29 13:16:05,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dec78c677f3ffeabff819f2ad079b6e016a5986" 2018-06-29 13:16:06,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-992db85f-00fc-43c3-8d74-8dc8e3dfc22b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:06,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-992db85f-00fc-43c3-8d74-8dc8e3dfc22b 2018-06-29 13:16:06,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:06,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 13:16:06,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:06,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["gpcY5wCOQG6Qjt5m8bLaFw"], "issued_at": "2018-06-29T13:16:06.000000Z"}} 2018-06-29 13:16:06,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4de5c5c8ba56c652d4fc2f9c907ccde3298a67c" 2018-06-29 13:16:06,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5302611b-810d-414b-a140-89e23dbad1da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:06,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5302611b-810d-414b-a140-89e23dbad1da 2018-06-29 13:16:06,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:06,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:06,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["cKjC-tbgQQuATWDnJtwqEw"], "issued_at": "2018-06-29T13:16:06.000000Z"}} 2018-06-29 13:16:06,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:07,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["sKtJ2_vbQtKIOLLJPobzaA"], "issued_at": "2018-06-29T13:16:07.000000Z"}} 2018-06-29 13:16:07,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fad20747534b8fa0955cc573c04af18d877e35e" 2018-06-29 13:16:07,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5744b5-8487-4cc3-a299-17b90def965c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:07,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5f5744b5-8487-4cc3-a299-17b90def965c 2018-06-29 13:16:07,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:07,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:07,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["k69RlerRT8mYR4jDRO2_hg"], "issued_at": "2018-06-29T13:16:07.000000Z"}} 2018-06-29 13:16:07,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:08,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["sI1B29QESmqbHhdQIl4Eow"], "issued_at": "2018-06-29T13:16:08.000000Z"}} 2018-06-29 13:16:08,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4756ead6c8fb2838fc91cd1d20659f7363cd5cb8" 2018-06-29 13:16:08,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-542eca67-d58e-4e37-9a5d-9d5c46001161 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:08,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-542eca67-d58e-4e37-9a5d-9d5c46001161 2018-06-29 13:16:08,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:08,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:08,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["UN6ebEpqQrezGckN7IkKDg"], "issued_at": "2018-06-29T13:16:08.000000Z"}} 2018-06-29 13:16:08,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:08,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:08,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["y33QhH_nS2u64KLwqXU9oA"], "issued_at": "2018-06-29T13:16:08.000000Z"}} 2018-06-29 13:16:08,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:08,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:09,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["w3iIkVBrS8WUrRy6mfLDVw"], "issued_at": "2018-06-29T13:16:09.000000Z"}} 2018-06-29 13:16:09,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:09,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["QeyA0_M0RJmfg7_H9zZrOw"], "issued_at": "2018-06-29T13:16:09.000000Z"}} 2018-06-29 13:16:09,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:09,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f93645f-f47e-4e3c-80ab-91a17b3ca670 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:09,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3f93645f-f47e-4e3c-80ab-91a17b3ca670 2018-06-29 13:16:09,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:09,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:09,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:09,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031692d7-6bfa-4bcf-9454-5eee75a93d11 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:09,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-031692d7-6bfa-4bcf-9454-5eee75a93d11 2018-06-29 13:16:10,252 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-username 2018-06-29 13:16:10,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:10,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b21af4a-319b-4298-88f8-6d42e504448a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:10,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1b21af4a-319b-4298-88f8-6d42e504448a 2018-06-29 13:16:10,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-projName"}}' 2018-06-29 13:16:10,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53a17832-790e-4361-af0e-dd2fdc094591 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1"}, "tags": [], "enabled": true, "id": "63e6f3810d5349848bd83d69ecdcdcf1", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-projName"}} 2018-06-29 13:16:10,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-53a17832-790e-4361-af0e-dd2fdc094591 2018-06-29 13:16:10,496 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-projName 2018-06-29 13:16:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" -d '{"role": {"name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role"}}' 2018-06-29 13:16:10,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbf5a161-533f-4935-af72-9977e48fafaa Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b84c9d529dce4a2b94bfcdedb7db2689", "links": {"self": "http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689"}, "name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role"}} 2018-06-29 13:16:10,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bbf5a161-533f-4935-af72-9977e48fafaa 2018-06-29 13:16:10,651 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role 2018-06-29 13:16:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:10,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc599ab-cc91-447c-89bb-500906fe02a3 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b84c9d529dce4a2b94bfcdedb7db2689", "links": {"self": "http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689"}, "name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role"}} 2018-06-29 13:16:10,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689 used request id req-dfc599ab-cc91-447c-89bb-500906fe02a3 2018-06-29 13:16:10,758 - keystone_utils - INFO - Granting role KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role to project KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-projName 2018-06-29 13:16:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1/users/2e975213cf7740a59228244d0cf59b09/roles/b84c9d529dce4a2b94bfcdedb7db2689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:10,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2358f04-0492-462a-86dd-97f6bff7873e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:10,823 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1/users/2e975213cf7740a59228244d0cf59b09/roles/b84c9d529dce4a2b94bfcdedb7db2689 used request id req-b2358f04-0492-462a-86dd-97f6bff7873e 2018-06-29 13:16:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1/users/2e975213cf7740a59228244d0cf59b09/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:10,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaafc4ee-c123-4a1f-9a82-5bb1f0921810 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1/users/2e975213cf7740a59228244d0cf59b09/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "b84c9d529dce4a2b94bfcdedb7db2689", "links": {"self": "http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689"}, "name": "KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role"}]} 2018-06-29 13:16:10,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1/users/2e975213cf7740a59228244d0cf59b09/roles used request id req-aaafc4ee-c123-4a1f-9a82-5bb1f0921810 2018-06-29 13:16:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:11,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-a92a6f84-49ac-4cff-9873-d2384aa801a1 Date: Fri, 29 Jun 2018 13:16:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:11Z", "updated_at": "2018-06-29T13:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "revision_number": 0, "id": "f7883449-db0b-4e18-820b-4f99d33e1700", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "revision_number": 0, "id": "f15cfd87-dce2-403a-b1c8-93a117b8b3e4", "remote_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "revision_number": 0, "id": "ab454fa9-ba4d-49f5-b526-fb421aaf93ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "revision_number": 0, "id": "6ac3bb2c-b8c3-493c-88b3-3ca73332aefa", "remote_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:11,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a92a6f84-49ac-4cff-9873-d2384aa801a1 2018-06-29 13:16:11,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddeb3a7a-df6b-459c-a576-de8a956da38e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:12,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-ddeb3a7a-df6b-459c-a576-de8a956da38e 2018-06-29 13:16:12,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da 2018-06-29 13:16:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3fb99cd0-a904-4391-a8cd-aeb61bb4231e Date: Fri, 29 Jun 2018 13:16:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:11Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "6ac3bb2c-b8c3-493c-88b3-3ca73332aefa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:11Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ab454fa9-ba4d-49f5-b526-fb421aaf93ad"}, {"remote_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:11Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f15cfd87-dce2-403a-b1c8-93a117b8b3e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:11Z", "security_group_id": "41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:11Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f7883449-db0b-4e18-820b-4f99d33e1700"}]} 2018-06-29 13:16:12,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da used request id req-3fb99cd0-a904-4391-a8cd-aeb61bb4231e 2018-06-29 13:16:12,036 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 13:16:12,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f817caea-2287-4646-9310-ad6f1ecab561 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:12,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/41203c47-c3b2-4fcc-8ba0-7b0ee5ac67da used request id req-f817caea-2287-4646-9310-ad6f1ecab561 2018-06-29 13:16:12,481 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-projName 2018-06-29 13:16:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62edb2ff-69da-41e6-bd47-60f6d064fbd4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:12,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/63e6f3810d5349848bd83d69ecdcdcf1 used request id req-62edb2ff-69da-41e6-bd47-60f6d064fbd4 2018-06-29 13:16:12,684 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-username 2018-06-29 13:16:12,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/2e975213cf7740a59228244d0cf59b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-878092dd-dbda-44da-b9f4-7d338a467aab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:12,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2e975213cf7740a59228244d0cf59b09 used request id req-878092dd-dbda-44da-b9f4-7d338a467aab 2018-06-29 13:16:12,819 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-848fa6a6-4983-4e67-bd16-0ce3755a4545-role 2018-06-29 13:16:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d7f8b5201159c1fc2defff3cbe93ee4d6fb713" 2018-06-29 13:16:12,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3b2e118-8f15-44ea-adb6-2fceb38d41ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:12,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b84c9d529dce4a2b94bfcdedb7db2689 used request id req-d3b2e118-8f15-44ea-adb6-2fceb38d41ca 2018-06-29 13:16:12,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:13,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["u3Gz1mlrSgmcu-4-lE95JQ"], "issued_at": "2018-06-29T13:16:13.000000Z"}} 2018-06-29 13:16:13,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dca51ad097ff7a3f07745714be8b558a431521b" 2018-06-29 13:16:13,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098868f7-84e1-4175-af7b-f3216959810a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:13,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-098868f7-84e1-4175-af7b-f3216959810a 2018-06-29 13:16:13,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:13,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:13,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Zu1U9ZT0RJqg2hca3Swi8w"], "issued_at": "2018-06-29T13:16:13.000000Z"}} 2018-06-29 13:16:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:13,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4293b6ac-9697-4eeb-9917-b3f51200ddce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:13,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4293b6ac-9697-4eeb-9917-b3f51200ddce 2018-06-29 13:16:13,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:13,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e1c3fb-d66e-40fa-8069-38ec0948e87a Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:14,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9e1c3fb-d66e-40fa-8069-38ec0948e87a 2018-06-29 13:16:14,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef06aa07-3a6d-45c6-a4f0-80d9a65eb529 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:14,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ef06aa07-3a6d-45c6-a4f0-80d9a65eb529 2018-06-29 13:16:14,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e26b053-8042-4a6e-9be9-7979e248d1c0 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:14,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4e26b053-8042-4a6e-9be9-7979e248d1c0 2018-06-29 13:16:14,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07566f2-0ae8-4a1a-a6cd-86d8a11d0558 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "id": "9df2d150d03e418295cfd19870a1099d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 13:16:14,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-a07566f2-0ae8-4a1a-a6cd-86d8a11d0558 2018-06-29 13:16:14,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7eb92d-f150-4cf0-a196-36a252c59820 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b"}, "enabled": true, "id": "58e08e2487794dac9fc6a802e255a78b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-6a2080f2-fab5-482-name"}} 2018-06-29 13:16:14,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b used request id req-8e7eb92d-f150-4cf0-a196-36a252c59820 2018-06-29 13:16:14,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c27e38-f4e1-416e-a136-4a10213d04c6 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:14,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles used request id req-55c27e38-f4e1-416e-a136-4a10213d04c6 2018-06-29 13:16:14,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958068fd-22db-484a-8601-2c6084fa27f8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:14,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-958068fd-22db-484a-8601-2c6084fa27f8 2018-06-29 13:16:14,793 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 13:16:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:14,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2cdb9e9-e850-458a-b137-fa9405226415 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:14,960 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles/33fdea823863480a984d6885bd14fd53 used request id req-a2cdb9e9-e850-458a-b137-fa9405226415 2018-06-29 13:16:14,960 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-6a2080f2-fab5-482-name 2018-06-29 13:16:14,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:14,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:14,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dca51ad097ff7a3f07745714be8b558a431521b" 2018-06-29 13:16:15,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157eec6c-8e1c-4f31-a20e-2506210a5229 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6a2080f2-fab5-482-name", "links": {"self": "http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b"}, "domain_id": "default", "enabled": true, "id": "58e08e2487794dac9fc6a802e255a78b", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:15,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-157eec6c-8e1c-4f31-a20e-2506210a5229 2018-06-29 13:16:15,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dca51ad097ff7a3f07745714be8b558a431521b" 2018-06-29 13:16:15,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f4eb31-f824-4dbe-957f-abf9514edbcc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:15,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5f4eb31-f824-4dbe-957f-abf9514edbcc 2018-06-29 13:16:15,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dca51ad097ff7a3f07745714be8b558a431521b" 2018-06-29 13:16:15,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9202495e-5e62-4f9b-bcbe-f762e144dac9 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "id": "9df2d150d03e418295cfd19870a1099d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 13:16:15,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-9202495e-5e62-4f9b-bcbe-f762e144dac9 2018-06-29 13:16:15,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dca51ad097ff7a3f07745714be8b558a431521b" 2018-06-29 13:16:15,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb0f29c-f80c-4c32-aa52-3b2a123041c0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}]} 2018-06-29 13:16:15,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/58e08e2487794dac9fc6a802e255a78b/roles used request id req-bfb0f29c-f80c-4c32-aa52-3b2a123041c0 2018-06-29 13:16:15,347 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-6a2080f2-fab5-482-name 2018-06-29 13:16:15,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0527c1cbab21a482a03836b1bee641901d24fb8d" 2018-06-29 13:16:15,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-935ec338-9156-4bc2-bca0-80f0e4de08ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:15,594 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/58e08e2487794dac9fc6a802e255a78b used request id req-935ec338-9156-4bc2-bca0-80f0e4de08ee 2018-06-29 13:16:15,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:15,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["gFV4_7eFSa-Bvp4ihNFMFA"], "issued_at": "2018-06-29T13:16:15.000000Z"}} 2018-06-29 13:16:15,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}765437d73a38a89c31d7329ca356b8575f728873" 2018-06-29 13:16:16,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40dd08f3-e7dd-4093-8cd2-762f442bc0be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:16,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-40dd08f3-e7dd-4093-8cd2-762f442bc0be 2018-06-29 13:16:16,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:16,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:16,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["kZGOnf2eQgaWV5yqPxhuLA"], "issued_at": "2018-06-29T13:16:16.000000Z"}} 2018-06-29 13:16:16,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:16,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50746be7-65d8-4bea-adce-371b57de5d7a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:16,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50746be7-65d8-4bea-adce-371b57de5d7a 2018-06-29 13:16:16,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:16,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:16,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:16,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deab8053-2d4e-471d-b3f8-03f2922f575d Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:16,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-deab8053-2d4e-471d-b3f8-03f2922f575d 2018-06-29 13:16:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:16,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592da5f4-2824-4bb1-889f-f30f4c234a64 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:16,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-592da5f4-2824-4bb1-889f-f30f4c234a64 2018-06-29 13:16:17,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9162a31e-5a9b-41a4-bc89-d86144230068 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:17,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9162a31e-5a9b-41a4-bc89-d86144230068 2018-06-29 13:16:17,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-496f0288-9a0b-427a-b4f4-479937c2d06e Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "id": "9df2d150d03e418295cfd19870a1099d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 13:16:17,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-496f0288-9a0b-427a-b4f4-479937c2d06e 2018-06-29 13:16:17,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424af116-698d-49a7-9b64-bb01c2fafced Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1"}, "enabled": true, "id": "c33dba44e94849a98f5a7640ac6606a1", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-df92b7ff-fde3-445-name"}} 2018-06-29 13:16:17,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 used request id req-424af116-698d-49a7-9b64-bb01c2fafced 2018-06-29 13:16:17,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/c33dba44e94849a98f5a7640ac6606a1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdea0484-b723-400b-a16d-220f34425839 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/c33dba44e94849a98f5a7640ac6606a1/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:17,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/c33dba44e94849a98f5a7640ac6606a1/roles used request id req-fdea0484-b723-400b-a16d-220f34425839 2018-06-29 13:16:17,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d0a412-d69e-4988-b02b-2b249345e38a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:17,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-f1d0a412-d69e-4988-b02b-2b249345e38a 2018-06-29 13:16:17,511 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 13:16:17,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/c33dba44e94849a98f5a7640ac6606a1/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ba9890-a3ed-4be0-a9aa-5d08872e229c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:17,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/c33dba44e94849a98f5a7640ac6606a1/roles/33fdea823863480a984d6885bd14fd53 used request id req-e5ba9890-a3ed-4be0-a9aa-5d08872e229c 2018-06-29 13:16:17,685 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-df92b7ff-fde3-445-name 2018-06-29 13:16:17,685 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-df92b7ff-fde3-445-name 2018-06-29 13:16:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:17,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}765437d73a38a89c31d7329ca356b8575f728873" 2018-06-29 13:16:17,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efd9d5d4-1a7e-47ea-89f3-f07c8af7db35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:17,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 used request id req-efd9d5d4-1a7e-47ea-89f3-f07c8af7db35 2018-06-29 13:16:17,862 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-df92b7ff-fde3-445-name 2018-06-29 13:16:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2143407f4fb0449c8c06476f68d87593e6c8393f" 2018-06-29 13:16:17,951 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:16:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9ece4ef-032c-41b0-b42e-1c5edde806ce Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: c33dba44e94849a98f5a7640ac6606a1.", "code": 404, "title": "Not Found"}} 2018-06-29 13:16:17,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c33dba44e94849a98f5a7640ac6606a1 used request id req-b9ece4ef-032c-41b0-b42e-1c5edde806ce 2018-06-29 13:16:17,952 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 13:16:17,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:18,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Qm7yNGOJRNiY3ChmJFAHfQ"], "issued_at": "2018-06-29T13:16:18.000000Z"}} 2018-06-29 13:16:18,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c52311a18aed2e7785a13c4a1da5ff9b7c1f41a" 2018-06-29 13:16:18,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a6a34e-1bf8-48e7-b6d1-bd1dde1da07e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:18,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-32a6a34e-1bf8-48e7-b6d1-bd1dde1da07e 2018-06-29 13:16:18,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:18,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:18,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["FKFy2QbfQAST-VeIr63xwA"], "issued_at": "2018-06-29T13:16:18.000000Z"}} 2018-06-29 13:16:18,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:18,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761f48a0-335d-47d2-aa0a-ff421629d0c5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:18,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-761f48a0-335d-47d2-aa0a-ff421629d0c5 2018-06-29 13:16:18,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:18,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:18,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f04f06-552d-4b7f-b42b-b4abae5587c8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:19,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-80f04f06-552d-4b7f-b42b-b4abae5587c8 2018-06-29 13:16:19,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd040a43-f0c5-424c-bd8c-ad5501d294ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:19,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fd040a43-f0c5-424c-bd8c-ad5501d294ee 2018-06-29 13:16:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145e8d90-7705-46fc-ae1f-ae43b31642da Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:19,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-145e8d90-7705-46fc-ae1f-ae43b31642da 2018-06-29 13:16:19,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9966fe4e-80ed-4112-a2d7-c1f1567ebcd6 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "id": "9df2d150d03e418295cfd19870a1099d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 13:16:19,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-9966fe4e-80ed-4112-a2d7-c1f1567ebcd6 2018-06-29 13:16:19,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d630bc10-9b62-451b-b716-e9ec7ee9978d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082"}, "enabled": true, "id": "e258c16ccbc449bab42dc82d4ecb0082", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-59b7ec21-1098-402-name"}} 2018-06-29 13:16:19,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082 used request id req-d630bc10-9b62-451b-b716-e9ec7ee9978d 2018-06-29 13:16:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e258c16ccbc449bab42dc82d4ecb0082/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a71ff1-677e-4a96-9964-22230f56a448 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e258c16ccbc449bab42dc82d4ecb0082/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:19,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e258c16ccbc449bab42dc82d4ecb0082/roles used request id req-57a71ff1-677e-4a96-9964-22230f56a448 2018-06-29 13:16:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4426cc83-6360-4d2f-8c0c-3bdbdb2473e5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:19,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-4426cc83-6360-4d2f-8c0c-3bdbdb2473e5 2018-06-29 13:16:19,801 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 13:16:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e258c16ccbc449bab42dc82d4ecb0082/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:19,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-911c7f5a-9edf-450d-906b-6bbf6e90a0b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:19,921 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e258c16ccbc449bab42dc82d4ecb0082/roles/33fdea823863480a984d6885bd14fd53 used request id req-911c7f5a-9edf-450d-906b-6bbf6e90a0b1 2018-06-29 13:16:19,921 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-59b7ec21-1098-402-name 2018-06-29 13:16:19,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:19,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:19,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c52311a18aed2e7785a13c4a1da5ff9b7c1f41a" 2018-06-29 13:16:20,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51274817-798c-488c-a4ff-7e8e08c365e4 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-59b7ec21-1098-402-name", "links": {"self": "http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082"}, "domain_id": "default", "enabled": true, "id": "e258c16ccbc449bab42dc82d4ecb0082", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:20,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-51274817-798c-488c-a4ff-7e8e08c365e4 2018-06-29 13:16:20,030 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-59b7ec21-1098-402-name 2018-06-29 13:16:20,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299e93b0d8f3e430398b275b356d048d6c8d14c4" 2018-06-29 13:16:20,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4481e6f5-cc28-489e-a3c2-c829a9fb2029 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:20,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e258c16ccbc449bab42dc82d4ecb0082 used request id req-4481e6f5-cc28-489e-a3c2-c829a9fb2029 2018-06-29 13:16:20,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:20,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["8fzKhytWRgSgCdfXlXPVUQ"], "issued_at": "2018-06-29T13:16:20.000000Z"}} 2018-06-29 13:16:20,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e6b0008ed60bf260964daf96d880eeb3f24a3" 2018-06-29 13:16:20,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385277f6-22fd-4d98-a4e1-8ad93daca97d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:20,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-385277f6-22fd-4d98-a4e1-8ad93daca97d 2018-06-29 13:16:20,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:20,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:21,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["lIG_rDTUT5epcTgp8QSClw"], "issued_at": "2018-06-29T13:16:21.000000Z"}} 2018-06-29 13:16:21,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb88072-8847-430a-9d79-04d9af92f0fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:21,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fcb88072-8847-430a-9d79-04d9af92f0fd 2018-06-29 13:16:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:21,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b2e669-15c9-4931-bfa4-249d5fc7da7d Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:21,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-32b2e669-15c9-4931-bfa4-249d5fc7da7d 2018-06-29 13:16:21,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0da74f-c789-4b32-b18f-5378d08d5517 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:21,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9e0da74f-c789-4b32-b18f-5378d08d5517 2018-06-29 13:16:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0064c30-b94e-40b5-93a5-0bac0355eedf Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:21,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0064c30-b94e-40b5-93a5-0bac0355eedf 2018-06-29 13:16:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb501a29-497a-4095-b611-95294301c42c Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "id": "9df2d150d03e418295cfd19870a1099d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 13:16:21,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-fb501a29-497a-4095-b611-95294301c42c 2018-06-29 13:16:21,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:21,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c213db-c0cc-481d-b119-06e352f7947e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5"}, "enabled": true, "id": "e3355b60703d442f8ff8bfd84f8b8ec5", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-79e109b6-da75-4a8-name"}} 2018-06-29 13:16:21,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5 used request id req-d6c213db-c0cc-481d-b119-06e352f7947e 2018-06-29 13:16:21,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e3355b60703d442f8ff8bfd84f8b8ec5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:22,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ea0748-3522-4733-8d12-3e1a9e6bd401 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e3355b60703d442f8ff8bfd84f8b8ec5/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:22,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e3355b60703d442f8ff8bfd84f8b8ec5/roles used request id req-53ea0748-3522-4733-8d12-3e1a9e6bd401 2018-06-29 13:16:22,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:22,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6533e1ee-ca6d-45c4-9b41-4da7f7e97f27 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:22,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-6533e1ee-ca6d-45c4-9b41-4da7f7e97f27 2018-06-29 13:16:22,099 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 13:16:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e3355b60703d442f8ff8bfd84f8b8ec5/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:22,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c3bf136-6ad9-41e0-854f-cde8842f301b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:22,227 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d/users/e3355b60703d442f8ff8bfd84f8b8ec5/roles/33fdea823863480a984d6885bd14fd53 used request id req-6c3bf136-6ad9-41e0-854f-cde8842f301b 2018-06-29 13:16:22,228 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-79e109b6-da75-4a8-name 2018-06-29 13:16:22,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:22,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:22,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e6b0008ed60bf260964daf96d880eeb3f24a3" 2018-06-29 13:16:22,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b74eda9-da5d-49e5-bd87-ff22d9d70de7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-79e109b6-da75-4a8-name", "links": {"self": "http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5"}, "domain_id": "default", "enabled": true, "id": "e3355b60703d442f8ff8bfd84f8b8ec5", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:22,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9b74eda9-da5d-49e5-bd87-ff22d9d70de7 2018-06-29 13:16:22,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:22,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:22,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["qIyJocQnQ9mqHaLbChThkQ"], "issued_at": "2018-06-29T13:16:22.000000Z"}} 2018-06-29 13:16:22,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e67d48c02bd54db9591ec6c5faf83058f206ae" 2018-06-29 13:16:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570b9d8c-208f-4874-b8f7-c1a65444392f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:22,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-570b9d8c-208f-4874-b8f7-c1a65444392f 2018-06-29 13:16:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:22,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:22,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e67d48c02bd54db9591ec6c5faf83058f206ae" 2018-06-29 13:16:22,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3c25f5-b509-47a2-bd6b-1e10f1fc434d Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-79e109b6-da75-4a8-name", "links": {"self": "http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5"}, "domain_id": "default", "enabled": true, "id": "e3355b60703d442f8ff8bfd84f8b8ec5", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:22,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-aa3c25f5-b509-47a2-bd6b-1e10f1fc434d 2018-06-29 13:16:22,857 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-79e109b6-da75-4a8-name 2018-06-29 13:16:22,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271e575eecc1738af1938a75dbd77bf5ce67ca09" 2018-06-29 13:16:23,024 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e0f8e53-ca07-4080-b6a2-350d3dc9a38c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:23,024 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e3355b60703d442f8ff8bfd84f8b8ec5 used request id req-5e0f8e53-ca07-4080-b6a2-350d3dc9a38c 2018-06-29 13:16:23,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:23,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["85zxeeqJQKWaZAp8gefWgg"], "issued_at": "2018-06-29T13:16:23.000000Z"}} 2018-06-29 13:16:23,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5eb042628bcddddeb3e0d8780fda4caa904645" 2018-06-29 13:16:23,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad3d61b-5828-4583-b5d8-7c7f0148996c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:23,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ad3d61b-5828-4583-b5d8-7c7f0148996c 2018-06-29 13:16:23,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:23,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:23,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["lNd054ovSZWwN7Zn19aYGA"], "issued_at": "2018-06-29T13:16:23.000000Z"}} 2018-06-29 13:16:23,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:23,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73afd98b-0e43-407d-a806-24e87b68db1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:23,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-73afd98b-0e43-407d-a806-24e87b68db1f 2018-06-29 13:16:23,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:23,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:23,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7061e03a-3740-488-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:24,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84acee4-a12d-4383-942a-0e87b21c4930 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7061e03a-3740-488-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:24,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7061e03a-3740-488-name used request id req-d84acee4-a12d-4383-942a-0e87b21c4930 2018-06-29 13:16:24,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:24,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ca1476-2c8d-4677-9c6f-53940cd1abe2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:24,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f2ca1476-2c8d-4677-9c6f-53940cd1abe2 2018-06-29 13:16:24,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-7061e03a-3740-488-name"}}' 2018-06-29 13:16:24,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbe5bbf1-21c1-4a6c-8293-6097e31b4773 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/29318f2b42544940b8d8d42336696aa5"}, "tags": [], "enabled": true, "id": "29318f2b42544940b8d8d42336696aa5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-7061e03a-3740-488-name"}} 2018-06-29 13:16:24,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-dbe5bbf1-21c1-4a6c-8293-6097e31b4773 2018-06-29 13:16:24,201 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-7061e03a-3740-488-name 2018-06-29 13:16:24,201 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7061e03a-3740-488-name 2018-06-29 13:16:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:24,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:24,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/29318f2b42544940b8d8d42336696aa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5eb042628bcddddeb3e0d8780fda4caa904645" 2018-06-29 13:16:24,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6af01514-7aa2-4a6c-b49b-86244723e91c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:24,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/29318f2b42544940b8d8d42336696aa5 used request id req-6af01514-7aa2-4a6c-b49b-86244723e91c 2018-06-29 13:16:24,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-54da9572-be7f-41c5-8cf4-c348ffe7e399 Date: Fri, 29 Jun 2018 13:16:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:25,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-54da9572-be7f-41c5-8cf4-c348ffe7e399 2018-06-29 13:16:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460194b3-17d7-44a7-b3de-888280e94315 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:25,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-460194b3-17d7-44a7-b3de-888280e94315 2018-06-29 13:16:25,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952863d2-9489-4118-aedf-5164d5593e55 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:25,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-952863d2-9489-4118-aedf-5164d5593e55 2018-06-29 13:16:25,469 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7061e03a-3740-488-name 2018-06-29 13:16:25,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/29318f2b42544940b8d8d42336696aa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eeccd1f-17c0-4389-a3de-1b26d127a56a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 29318f2b42544940b8d8d42336696aa5.", "code": 404, "title": "Not Found"}} 2018-06-29 13:16:25,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/29318f2b42544940b8d8d42336696aa5 used request id req-8eeccd1f-17c0-4389-a3de-1b26d127a56a 2018-06-29 13:16:25,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 13:16:25,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32155019-dc19-44c9-9d22-1a8e1f5a3b21 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:25,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-32155019-dc19-44c9-9d22-1a8e1f5a3b21 2018-06-29 13:16:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5eb042628bcddddeb3e0d8780fda4caa904645" 2018-06-29 13:16:25,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38734c1-e6e4-4bda-ba46-712ab0a4fe6c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:25,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c38734c1-e6e4-4bda-ba46-712ab0a4fe6c 2018-06-29 13:16:25,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefb59e9aac740ee61c3b0ec938e871cf9e2a5a7" 2018-06-29 13:16:25,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfffe96-b30e-40e4-b545-f1343d8e39ce Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:25,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3cfffe96-b30e-40e4-b545-f1343d8e39ce 2018-06-29 13:16:25,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:26,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["fubfTVhCQNGIWiTiVcgLow"], "issued_at": "2018-06-29T13:16:26.000000Z"}} 2018-06-29 13:16:26,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42ae4d5716b3da39675cccc6915def7d888efc9" 2018-06-29 13:16:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf885cc-6556-4c0e-aa53-d65f4f5dbbad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:26,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0bf885cc-6556-4c0e-aa53-d65f4f5dbbad 2018-06-29 13:16:26,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:26,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:26,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["wIlKQI7fSoGUgPX_ng6FSA"], "issued_at": "2018-06-29T13:16:26.000000Z"}} 2018-06-29 13:16:26,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:26,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892d20a8-73be-4475-a0c5-c685a90e81f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:26,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-892d20a8-73be-4475-a0c5-c685a90e81f1 2018-06-29 13:16:26,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:26,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:26,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:26,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145af9be-fa84-4668-b9af-e04b8bfeafb4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:26,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name used request id req-145af9be-fa84-4668-b9af-e04b8bfeafb4 2018-06-29 13:16:26,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:26,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f2e641-1a4e-4854-8fb8-5013cdafdea9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:26,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-61f2e641-1a4e-4854-8fb8-5013cdafdea9 2018-06-29 13:16:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name"}}' 2018-06-29 13:16:27,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb950b4-b4b7-41f9-a75e-8a01b3ccde1f Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c33cfe5fc62e47f19f7f4b0b82b90ba0"}, "tags": [], "enabled": true, "id": "c33cfe5fc62e47f19f7f4b0b82b90ba0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name"}} 2018-06-29 13:16:27,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8bb950b4-b4b7-41f9-a75e-8a01b3ccde1f 2018-06-29 13:16:27,042 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name 2018-06-29 13:16:27,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:27,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:27,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42ae4d5716b3da39675cccc6915def7d888efc9" 2018-06-29 13:16:27,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74458a05-ee05-4949-a121-66d59a5aa9a8 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c33cfe5fc62e47f19f7f4b0b82b90ba0"}, "tags": [], "enabled": true, "id": "c33cfe5fc62e47f19f7f4b0b82b90ba0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name"}]} 2018-06-29 13:16:27,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name used request id req-74458a05-ee05-4949-a121-66d59a5aa9a8 2018-06-29 13:16:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42ae4d5716b3da39675cccc6915def7d888efc9" 2018-06-29 13:16:27,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a6fba1-8015-4e47-8f1e-5c15ce2247c6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:27,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-03a6fba1-8015-4e47-8f1e-5c15ce2247c6 2018-06-29 13:16:27,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:27,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-72189d50-a2e1-49b4-b2dc-4d63a419bfd1 Date: Fri, 29 Jun 2018 13:16:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:27,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-72189d50-a2e1-49b4-b2dc-4d63a419bfd1 2018-06-29 13:16:27,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:27,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8620443c-f8cd-4c5c-991f-ac14c089bb0c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:27,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-8620443c-f8cd-4c5c-991f-ac14c089bb0c 2018-06-29 13:16:27,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:27,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07dc9e8b-cdd5-4e41-a853-0b81ff12f61a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:27,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-07dc9e8b-cdd5-4e41-a853-0b81ff12f61a 2018-06-29 13:16:27,611 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dc1686d8-d7cc-4fe-name 2018-06-29 13:16:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c33cfe5fc62e47f19f7f4b0b82b90ba0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:27,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f163f0e8-5de0-49bc-853b-c73c23402c65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:27,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c33cfe5fc62e47f19f7f4b0b82b90ba0 used request id req-f163f0e8-5de0-49bc-853b-c73c23402c65 2018-06-29 13:16:27,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606bd1645b38d8b8c17b52ff769470c74950529a" 2018-06-29 13:16:27,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e543c230-0718-4e19-8703-42e2764383f2 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:27,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e543c230-0718-4e19-8703-42e2764383f2 2018-06-29 13:16:27,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:28,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["j-dbJOErTqqZn-9DscoMIQ"], "issued_at": "2018-06-29T13:16:28.000000Z"}} 2018-06-29 13:16:28,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ea83653fc0a5f1aa0b61c3620a8d0741051cd" 2018-06-29 13:16:28,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2608fa6-ada2-4304-b576-441f5ad90e74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:28,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c2608fa6-ada2-4304-b576-441f5ad90e74 2018-06-29 13:16:28,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:28,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:28,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Apwza_ZHSdqXuhBwqlzo9w"], "issued_at": "2018-06-29T13:16:28.000000Z"}} 2018-06-29 13:16:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:28,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89718607-f1b1-4bd4-a421-56c20de031da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:28,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89718607-f1b1-4bd4-a421-56c20de031da 2018-06-29 13:16:28,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:28,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:28,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73d77d3-dd0c-4a33-9d85-95e7d1ca2b12 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:28,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name used request id req-f73d77d3-dd0c-4a33-9d85-95e7d1ca2b12 2018-06-29 13:16:28,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:28,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece161a1-de01-4cb8-8b45-25b453ccc4d6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:28,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ece161a1-de01-4cb8-8b45-25b453ccc4d6 2018-06-29 13:16:28,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-41a799ec-9b3c-4c2-name"}}' 2018-06-29 13:16:28,889 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d46550c-ca0c-49b5-9ac7-fad785594bb0 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afd2b39950444c60825b431eda991644"}, "tags": [], "enabled": true, "id": "afd2b39950444c60825b431eda991644", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-41a799ec-9b3c-4c2-name"}} 2018-06-29 13:16:28,890 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d46550c-ca0c-49b5-9ac7-fad785594bb0 2018-06-29 13:16:28,890 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-41a799ec-9b3c-4c2-name 2018-06-29 13:16:28,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:28,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:28,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ea83653fc0a5f1aa0b61c3620a8d0741051cd" 2018-06-29 13:16:29,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63504345-6e86-4d79-b1c3-eda1c1a2e3fd Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afd2b39950444c60825b431eda991644"}, "tags": [], "enabled": true, "id": "afd2b39950444c60825b431eda991644", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-41a799ec-9b3c-4c2-name"}]} 2018-06-29 13:16:29,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name used request id req-63504345-6e86-4d79-b1c3-eda1c1a2e3fd 2018-06-29 13:16:29,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:29,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:29,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["o8huSvWhRDSqfA1M-g0B5g"], "issued_at": "2018-06-29T13:16:29.000000Z"}} 2018-06-29 13:16:29,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abac7035c19fdaa78da3974e30caabb5c113eaf6" 2018-06-29 13:16:29,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c4961a-0f50-4cfd-beef-744e283f43e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:29,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-92c4961a-0f50-4cfd-beef-744e283f43e6 2018-06-29 13:16:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:29,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:29,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abac7035c19fdaa78da3974e30caabb5c113eaf6" 2018-06-29 13:16:29,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03569aa9-382d-43e0-83ef-7adc4df368f9 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afd2b39950444c60825b431eda991644"}, "tags": [], "enabled": true, "id": "afd2b39950444c60825b431eda991644", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-41a799ec-9b3c-4c2-name"}]} 2018-06-29 13:16:29,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-41a799ec-9b3c-4c2-name used request id req-03569aa9-382d-43e0-83ef-7adc4df368f9 2018-06-29 13:16:29,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ea83653fc0a5f1aa0b61c3620a8d0741051cd" 2018-06-29 13:16:29,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d35b8ac-d60b-4a1a-ac66-4d6b3425a810 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:29,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-5d35b8ac-d60b-4a1a-ac66-4d6b3425a810 2018-06-29 13:16:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:29,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-c1593649-db75-43ae-b747-3dcc85060108 Date: Fri, 29 Jun 2018 13:16:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:29,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c1593649-db75-43ae-b747-3dcc85060108 2018-06-29 13:16:29,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:29,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29dd58ed-d8e1-4722-bc7f-25ced5edc107 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:29,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-29dd58ed-d8e1-4722-bc7f-25ced5edc107 2018-06-29 13:16:29,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:30,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5a5261-20f6-43d4-8198-4fa7190d50b3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:30,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-1a5a5261-20f6-43d4-8198-4fa7190d50b3 2018-06-29 13:16:30,061 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-41a799ec-9b3c-4c2-name 2018-06-29 13:16:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/afd2b39950444c60825b431eda991644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:30,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c793ce-05d2-41e9-8d9a-54fb699b505b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:30,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/afd2b39950444c60825b431eda991644 used request id req-98c793ce-05d2-41e9-8d9a-54fb699b505b 2018-06-29 13:16:30,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730f189d14c3f1b128a07fa2454bebed794fc8f" 2018-06-29 13:16:30,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f820c94f-30c4-4b16-a8e0-ce464abc0676 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:30,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f820c94f-30c4-4b16-a8e0-ce464abc0676 2018-06-29 13:16:30,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:30,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Mu9fDdcaTySDkzIEK-bQqg"], "issued_at": "2018-06-29T13:16:30.000000Z"}} 2018-06-29 13:16:30,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24149bb6e753391ee636dc2ef8e07caff7a93417" 2018-06-29 13:16:30,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21c53dd-3ddc-44ee-82d4-eae04a18d082 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:30,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d21c53dd-3ddc-44ee-82d4-eae04a18d082 2018-06-29 13:16:30,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:30,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:31,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["JNpmRc_kRwSxiwQoIBnL6Q"], "issued_at": "2018-06-29T13:16:31.000000Z"}} 2018-06-29 13:16:31,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ea5877ab937e0ba10ef409b9dd0dc17a2dd711" 2018-06-29 13:16:31,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b35b44-3b3c-4720-8390-5d3ac19e9513 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:31,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-29b35b44-3b3c-4720-8390-5d3ac19e9513 2018-06-29 13:16:31,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:31,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:31,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-da9bb68f-3bb5-428-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ea5877ab937e0ba10ef409b9dd0dc17a2dd711" 2018-06-29 13:16:31,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-445a0050-c3f4-4c0c-9319-26f66a33c39a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-da9bb68f-3bb5-428-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:31,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-da9bb68f-3bb5-428-name used request id req-445a0050-c3f4-4c0c-9319-26f66a33c39a 2018-06-29 13:16:31,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ea5877ab937e0ba10ef409b9dd0dc17a2dd711" 2018-06-29 13:16:31,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c17c26-7e71-4af0-a6e4-f2165af136ae Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-06-29 13:16:31,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=foo used request id req-95c17c26-7e71-4af0-a6e4-f2165af136ae 2018-06-29 13:16:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ea5877ab937e0ba10ef409b9dd0dc17a2dd711" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-da9bb68f-3bb5-428-name"}}' 2018-06-29 13:16:31,381 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a83922a6-c35a-4f7d-81b3-cbea3adeafc1 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-06-29 13:16:31,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a83922a6-c35a-4f7d-81b3-cbea3adeafc1 2018-06-29 13:16:31,382 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-06-29 13:16:31,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ea5877ab937e0ba10ef409b9dd0dc17a2dd711" 2018-06-29 13:16:31,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26e2805-104c-43f8-b61a-f0fb10d8c2ef Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:31,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a26e2805-104c-43f8-b61a-f0fb10d8c2ef 2018-06-29 13:16:31,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:31,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["V1l49qFpSJqCc3ZWHUqpBA"], "issued_at": "2018-06-29T13:16:31.000000Z"}} 2018-06-29 13:16:31,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa27149d407993b8cfcfbfe18e055abe444da76" 2018-06-29 13:16:31,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696104fc-f187-4627-ad6e-4da43e58182d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:31,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-696104fc-f187-4627-ad6e-4da43e58182d 2018-06-29 13:16:31,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:31,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:32,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["rTFpeSRuQoG0bzaQKtoX7A"], "issued_at": "2018-06-29T13:16:32.000000Z"}} 2018-06-29 13:16:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:32,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899e23f7-801c-46ec-9e95-47101183e87f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:32,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-899e23f7-801c-46ec-9e95-47101183e87f 2018-06-29 13:16:32,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:32,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:32,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:32,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408122f6-d19c-464a-9cf7-fe2b33921240 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:32,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name used request id req-408122f6-d19c-464a-9cf7-fe2b33921240 2018-06-29 13:16:32,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:32,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8137e8-cf22-4aa6-9667-aa3f7e522957 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:32,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9b8137e8-cf22-4aa6-9667-aa3f7e522957 2018-06-29 13:16:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0625754e-a49b-444-name"}}' 2018-06-29 13:16:32,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ee1a799-5d5d-4723-a605-a5ed5acebd75 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2a8bcffbcee24c80a409ccca7896d351"}, "tags": [], "enabled": true, "id": "2a8bcffbcee24c80a409ccca7896d351", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0625754e-a49b-444-name"}} 2018-06-29 13:16:32,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7ee1a799-5d5d-4723-a605-a5ed5acebd75 2018-06-29 13:16:32,555 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0625754e-a49b-444-name 2018-06-29 13:16:32,555 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:16:32,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:32,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-a65a0b91-ab2f-4026-92aa-42700a59a135 x-compute-request-id: req-a65a0b91-ab2f-4026-92aa-42700a59a135 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": "2a8bcffbcee24c80a409ccca7896d351", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-06-29 13:16:32,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 used request id req-a65a0b91-ab2f-4026-92aa-42700a59a135 2018-06-29 13:16:32,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" -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-06-29 13:16:33,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-a7c7b2a7-c158-4aec-a1cc-6038c0f7cbe9 x-compute-request-id: req-a7c7b2a7-c158-4aec-a1cc-6038c0f7cbe9 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-06-29 13:16:33,758 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 used request id req-a7c7b2a7-c158-4aec-a1cc-6038c0f7cbe9 2018-06-29 13:16:33,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:33,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa27149d407993b8cfcfbfe18e055abe444da76" 2018-06-29 13:16:33,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c2df22-fd5d-46ee-ad1c-dc4e370dc248 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2a8bcffbcee24c80a409ccca7896d351"}, "tags": [], "enabled": true, "id": "2a8bcffbcee24c80a409ccca7896d351", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0625754e-a49b-444-name"}]} 2018-06-29 13:16:33,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0625754e-a49b-444-name used request id req-24c2df22-fd5d-46ee-ad1c-dc4e370dc248 2018-06-29 13:16:33,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa27149d407993b8cfcfbfe18e055abe444da76" 2018-06-29 13:16:33,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abeb8300-d243-4e7b-80a1-75e676a13a7a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:33,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-abeb8300-d243-4e7b-80a1-75e676a13a7a 2018-06-29 13:16:33,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:16:33,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa27149d407993b8cfcfbfe18e055abe444da76" 2018-06-29 13:16:34,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-48827d53-2d76-47ba-8863-05b0583333a6 x-compute-request-id: req-48827d53-2d76-47ba-8863-05b0583333a6 Content-Encoding: gzip Content-Length: 223 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": "2a8bcffbcee24c80a409ccca7896d351", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-06-29 13:16:34,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/2a8bcffbcee24c80a409ccca7896d351 used request id req-48827d53-2d76-47ba-8863-05b0583333a6 2018-06-29 13:16:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:35,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-30547cf5-b682-49a2-b46e-62513c31e86c Date: Fri, 29 Jun 2018 13:16:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:35,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-30547cf5-b682-49a2-b46e-62513c31e86c 2018-06-29 13:16:35,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:35,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c167fbe3-0cf0-4210-9da6-3717d949f426 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:35,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-c167fbe3-0cf0-4210-9da6-3717d949f426 2018-06-29 13:16:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:35,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ca5a8a5-581c-40b6-8ae8-1fb8a7cde57e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:35,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-4ca5a8a5-581c-40b6-8ae8-1fb8a7cde57e 2018-06-29 13:16:35,645 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0625754e-a49b-444-name 2018-06-29 13:16:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2a8bcffbcee24c80a409ccca7896d351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:35,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ae1e376-16ed-4145-b62e-c1cf36676e77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:35,836 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2a8bcffbcee24c80a409ccca7896d351 used request id req-9ae1e376-16ed-4145-b62e-c1cf36676e77 2018-06-29 13:16:35,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eb5519cf5047f843ffb4d6aef25902174e34ce" 2018-06-29 13:16:35,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fe0471-4f13-428e-a4a9-4763d483545a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:35,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2fe0471-4f13-428e-a4a9-4763d483545a 2018-06-29 13:16:35,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:36,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["7i7GL2o2SZ--SibIITD4vw"], "issued_at": "2018-06-29T13:16:36.000000Z"}} 2018-06-29 13:16:36,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8cef8a8458b7a2b8724b62db9fbc8b15461c6f" 2018-06-29 13:16:36,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3afbf0f-5c29-4b0a-9348-6a83a1d74e5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:36,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c3afbf0f-5c29-4b0a-9348-6a83a1d74e5f 2018-06-29 13:16:36,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:36,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:36,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["pH7a8mVPSjSwUNqn5hLxSQ"], "issued_at": "2018-06-29T13:16:36.000000Z"}} 2018-06-29 13:16:36,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:36,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fb7c56-0cc0-46af-8156-2675628dba50 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:36,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-79fb7c56-0cc0-46af-8156-2675628dba50 2018-06-29 13:16:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:36,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:36,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b9b1b5-d43b-4be7-b8b4-9ec7aa201ce9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:36,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name used request id req-56b9b1b5-d43b-4be7-b8b4-9ec7aa201ce9 2018-06-29 13:16:36,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:37,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55865eff-fb6d-402f-9725-ddbd5c3341fa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:37,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-55865eff-fb6d-402f-9725-ddbd5c3341fa 2018-06-29 13:16:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-b794de21-e231-4d8-name"}}' 2018-06-29 13:16:37,159 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b16b3d82-1a91-462c-a09c-ed1965dfc319 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/16334011a42a486ba43a5277b0288bb6"}, "tags": [], "enabled": true, "id": "16334011a42a486ba43a5277b0288bb6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b794de21-e231-4d8-name"}} 2018-06-29 13:16:37,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b16b3d82-1a91-462c-a09c-ed1965dfc319 2018-06-29 13:16:37,160 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-b794de21-e231-4d8-name 2018-06-29 13:16:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:37,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:37,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8cef8a8458b7a2b8724b62db9fbc8b15461c6f" 2018-06-29 13:16:37,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfd0090f-b4ce-47b5-a4ed-f2b0f7ed2db9 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/16334011a42a486ba43a5277b0288bb6"}, "tags": [], "enabled": true, "id": "16334011a42a486ba43a5277b0288bb6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b794de21-e231-4d8-name"}]} 2018-06-29 13:16:37,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b794de21-e231-4d8-name used request id req-bfd0090f-b4ce-47b5-a4ed-f2b0f7ed2db9 2018-06-29 13:16:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8cef8a8458b7a2b8724b62db9fbc8b15461c6f" 2018-06-29 13:16:37,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0fb6d1-61cb-4b30-9f68-f56dbb11f6bd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 13:16:37,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0b0fb6d1-61cb-4b30-9f68-f56dbb11f6bd 2018-06-29 13:16:37,346 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:16:37,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" -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-06-29 13:16:38,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-e17f3edb-9b1f-4d56-9f99-381663a019ab x-compute-request-id: req-e17f3edb-9b1f-4d56-9f99-381663a019ab 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-06-29 13:16:38,380 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 used request id req-e17f3edb-9b1f-4d56-9f99-381663a019ab 2018-06-29 13:16:38,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-06-29 13:16:39,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-2168d39a-cd18-47de-90b1-e43b61de0fcc Date: Fri, 29 Jun 2018 13:16:39 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-06-29 13:16:39,271 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 used request id req-2168d39a-cd18-47de-90b1-e43b61de0fcc 2018-06-29 13:16:39,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:16:39,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:39,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-d3fcf876-8a04-47a0-9c01-fb7e4427c256 x-compute-request-id: req-d3fcf876-8a04-47a0-9c01-fb7e4427c256 Content-Encoding: gzip Content-Length: 222 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": "16334011a42a486ba43a5277b0288bb6", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-06-29 13:16:39,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 used request id req-d3fcf876-8a04-47a0-9c01-fb7e4427c256 2018-06-29 13:16:39,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:40,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-b1c1bc50-7d97-4873-a7b8-a208193b92ba Date: Fri, 29 Jun 2018 13:16: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-06-29 13:16:40,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 used request id req-b1c1bc50-7d97-4873-a7b8-a208193b92ba 2018-06-29 13:16:40,135 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:16:40,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8cef8a8458b7a2b8724b62db9fbc8b15461c6f" 2018-06-29 13:16:40,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-7a39db33-6168-45bf-8da3-2b79cb90aba8 x-compute-request-id: req-7a39db33-6168-45bf-8da3-2b79cb90aba8 Content-Encoding: gzip Content-Length: 222 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": "16334011a42a486ba43a5277b0288bb6", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-06-29 13:16:40,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/16334011a42a486ba43a5277b0288bb6 used request id req-7a39db33-6168-45bf-8da3-2b79cb90aba8 2018-06-29 13:16:40,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8cef8a8458b7a2b8724b62db9fbc8b15461c6f" 2018-06-29 13:16:40,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-610ce692-0f21-4d76-91df-bf98e183b64d Date: Fri, 29 Jun 2018 13:16: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-06-29 13:16:40,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/16334011a42a486ba43a5277b0288bb6 used request id req-610ce692-0f21-4d76-91df-bf98e183b64d 2018-06-29 13:16:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:40,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-8b95cdd5-9f71-4f5f-856f-2c98bfcd2747 Date: Fri, 29 Jun 2018 13:16:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:40,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8b95cdd5-9f71-4f5f-856f-2c98bfcd2747 2018-06-29 13:16:40,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:40,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022675cc-30e3-49c3-b7b0-11776e595851 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:40,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-022675cc-30e3-49c3-b7b0-11776e595851 2018-06-29 13:16:40,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:40,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a96735f5-eb5e-40bb-8d5e-a2d9832b4f3e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:40,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-a96735f5-eb5e-40bb-8d5e-a2d9832b4f3e 2018-06-29 13:16:40,841 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-b794de21-e231-4d8-name 2018-06-29 13:16:40,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/16334011a42a486ba43a5277b0288bb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:40,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdc1d0a5-9073-41f4-b3cc-77527f58fb65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:40,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/16334011a42a486ba43a5277b0288bb6 used request id req-fdc1d0a5-9073-41f4-b3cc-77527f58fb65 2018-06-29 13:16:40,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155188c292db1302d0911331559200810f632817" 2018-06-29 13:16:41,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb1f45a-84e2-4157-a99e-9c487bbbfafc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:41,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bfb1f45a-84e2-4157-a99e-9c487bbbfafc 2018-06-29 13:16:41,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:41,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["aFCpPGzyRNyVeMeTRIC35w"], "issued_at": "2018-06-29T13:16:41.000000Z"}} 2018-06-29 13:16:41,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c0c49767dbceb2512f3d29b2d03b6332b462b5" 2018-06-29 13:16:41,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca65d120-1158-4b1e-9ea0-885f4ec9a9a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:41,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ca65d120-1158-4b1e-9ea0-885f4ec9a9a2 2018-06-29 13:16:41,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:41,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:41,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["-6ls_fNpRYaRmmgGS2AwDg"], "issued_at": "2018-06-29T13:16:41.000000Z"}} 2018-06-29 13:16:41,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:41,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec980286-5f44-4c80-8b75-053c0b186cb5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:41,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ec980286-5f44-4c80-8b75-053c0b186cb5 2018-06-29 13:16:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:41,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94ed1c68-d4ee-47a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:41,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c3923f-66a6-4194-af88-f14bd26a7111 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94ed1c68-d4ee-47a-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:41,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94ed1c68-d4ee-47a-name used request id req-c1c3923f-66a6-4194-af88-f14bd26a7111 2018-06-29 13:16:41,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:42,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1066b4dd-e466-40f7-b3b9-d05884402140 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:42,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1066b4dd-e466-40f7-b3b9-d05884402140 2018-06-29 13:16:42,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}}' 2018-06-29 13:16:42,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8a8beb2-b782-4b61-a616-e0dfa84057ff Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe"}, "tags": [], "enabled": true, "id": "2bd1d4a6f24f4c1380b98072319917fe", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}} 2018-06-29 13:16:42,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e8a8beb2-b782-4b61-a616-e0dfa84057ff 2018-06-29 13:16:42,185 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:42,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:42,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:42,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Kpq7JU9AR76sownv9NMsBA"], "issued_at": "2018-06-29T13:16:42.000000Z"}} 2018-06-29 13:16:42,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:42,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ec5328-5706-4f6c-9242-387fa8901a8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:42,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d5ec5328-5706-4f6c-9242-387fa8901a8a 2018-06-29 13:16:42,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:42,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:42,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:42,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7579c6-002f-4b3c-b9bb-aca54e6d3d89 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:42,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec7579c6-002f-4b3c-b9bb-aca54e6d3d89 2018-06-29 13:16:42,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:42,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b374c6-d70d-493a-b3bb-2aecdab4bc11 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:42,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-50b374c6-d70d-493a-b3bb-2aecdab4bc11 2018-06-29 13:16:43,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84fb652-8397-4d9e-bb13-43958c5997ae Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:43,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c84fb652-8397-4d9e-bb13-43958c5997ae 2018-06-29 13:16:43,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-94ed1c68-d4ee-47a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feccfdee-1f38-4d20-8704-82446168d675 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-94ed1c68-d4ee-47a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe"}, "tags": [], "enabled": true, "id": "2bd1d4a6f24f4c1380b98072319917fe", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}]} 2018-06-29 13:16:43,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-94ed1c68-d4ee-47a-name used request id req-feccfdee-1f38-4d20-8704-82446168d675 2018-06-29 13:16:43,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/38adc14b660d432eabb20a909460a063 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80bd59da-d758-4635-8929-7a35451b1030 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/38adc14b660d432eabb20a909460a063"}, "enabled": true, "id": "38adc14b660d432eabb20a909460a063", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-user"}} 2018-06-29 13:16:43,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/38adc14b660d432eabb20a909460a063 used request id req-80bd59da-d758-4635-8929-7a35451b1030 2018-06-29 13:16:43,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c1071d-6f05-4297-8000-c84de3015690 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles used request id req-91c1071d-6f05-4297-8000-c84de3015690 2018-06-29 13:16:43,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b352fe6-74fa-4525-8881-3ca23cf1d670 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:43,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-7b352fe6-74fa-4525-8881-3ca23cf1d670 2018-06-29 13:16:43,719 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:43,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:43,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a543084-d1f8-4614-9e0b-57223b0ecc55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:43,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles/33fdea823863480a984d6885bd14fd53 used request id req-4a543084-d1f8-4614-9e0b-57223b0ecc55 2018-06-29 13:16:43,847 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-94ed1c68-d4ee-47a-user 2018-06-29 13:16:43,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:43,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51c9957c-5a18-4973-b9fb-d4a9695a15a5 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:43,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-51c9957c-5a18-4973-b9fb-d4a9695a15a5 2018-06-29 13:16:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" -d '{"role": {"name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name-role"}}' 2018-06-29 13:16:44,035 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae9bb6d0-3d9b-46c0-8a46-79a9c0c8886d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d8d27c562913464b92dee400aca36e5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a"}, "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name-role"}} 2018-06-29 13:16:44,035 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ae9bb6d0-3d9b-46c0-8a46-79a9c0c8886d 2018-06-29 13:16:44,035 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name-role 2018-06-29 13:16:44,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:44,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28298bfe-09ce-492c-b9df-824d07853307 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d8d27c562913464b92dee400aca36e5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a"}, "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name-role"}} 2018-06-29 13:16:44,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a used request id req-28298bfe-09ce-492c-b9df-824d07853307 2018-06-29 13:16:44,124 - keystone_utils - INFO - Granting role CreateProjectUserTests-94ed1c68-d4ee-47a-name-role to project CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:44,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles/d8d27c562913464b92dee400aca36e5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:44,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7bb48f9-6de5-4e1f-a943-b4f69badf64d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:44,264 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe/users/38adc14b660d432eabb20a909460a063/roles/d8d27c562913464b92dee400aca36e5a used request id req-b7bb48f9-6de5-4e1f-a943-b4f69badf64d 2018-06-29 13:16:44,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:44,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:44,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8d27c562913464b92dee400aca36e5a", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name-role"}, {"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bd1d4a6f24f4c1380b98072319917fe", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_2bd1d4a6f24f4c1380b98072319917fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2bd1d4a6f24f4c1380b98072319917fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/2bd1d4a6f24f4c1380b98072319917fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/2bd1d4a6f24f4c1380b98072319917fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/2bd1d4a6f24f4c1380b98072319917fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/2bd1d4a6f24f4c1380b98072319917fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/2bd1d4a6f24f4c1380b98072319917fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/2bd1d4a6f24f4c1380b98072319917fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/2bd1d4a6f24f4c1380b98072319917fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-user", "id": "38adc14b660d432eabb20a909460a063"}, "audit_ids": ["aNnXyuYTSdiGPbmuE6HcOw"], "issued_at": "2018-06-29T13:16:44.000000Z"}} 2018-06-29 13:16:44,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:44,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3635e2dd-841b-4456-a672-6ad46170ba64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:44,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3635e2dd-841b-4456-a672-6ad46170ba64 2018-06-29 13:16:44,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-94ed1c68-d4ee-47a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dc22f531-2846-4a9a-af30-1908eda4c3fe Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: {"security_groups": []} 2018-06-29 13:16:45,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-94ed1c68-d4ee-47a-name&description=hello+group used request id req-dc22f531-2846-4a9a-af30-1908eda4c3fe 2018-06-29 13:16:45,095 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-94ed1c68-d4ee-47a-name... 2018-06-29 13:16:45,095 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:45,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" -d '{"security_group": {"name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name", "description": "hello group"}}' 2018-06-29 13:16:45,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-29447420-c1e0-4422-b984-e7c51afba3cb Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "updated_at": "2018-06-29T13:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}], "revision_number": 1, "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "ad95898a-8cc9-4a24-b042-a46553903bca", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}} 2018-06-29 13:16:45,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-29447420-c1e0-4422-b984-e7c51afba3cb 2018-06-29 13:16:45,336 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3a3dfe4e-cc74-4b49-89e6-4352138011c1 Date: Fri, 29 Jun 2018 13:16:45 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-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b"}]} 2018-06-29 13:16:45,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-3a3dfe4e-cc74-4b49-89e6-4352138011c1 2018-06-29 13:16:45,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d291269-de2b-4264-9637-353ef6348b01 Date: Fri, 29 Jun 2018 13:16:45 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-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b"}]} 2018-06-29 13:16:45,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-7d291269-de2b-4264-9637-353ef6348b01 2018-06-29 13:16:45,499 - neutron_utils - INFO - Retrieving security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d713dfd1-5797-473a-876f-2969fd9a0b3d Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "updated_at": "2018-06-29T13:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}], "revision_number": 1, "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "ad95898a-8cc9-4a24-b042-a46553903bca", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}]} 2018-06-29 13:16:45,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-d713dfd1-5797-473a-876f-2969fd9a0b3d 2018-06-29 13:16:45,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-47c04f63-7896-4e7e-b44a-91b75cd14515 Date: Fri, 29 Jun 2018 13:16:45 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-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b"}]} 2018-06-29 13:16:45,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-47c04f63-7896-4e7e-b44a-91b75cd14515 2018-06-29 13:16:45,641 - neutron_utils - INFO - Retrieving security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ae57e683-eef7-4a4d-a79a-1cc454dad000 Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "updated_at": "2018-06-29T13:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}], "revision_number": 1, "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "ad95898a-8cc9-4a24-b042-a46553903bca", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}]} 2018-06-29 13:16:45,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-ae57e683-eef7-4a4d-a79a-1cc454dad000 2018-06-29 13:16:45,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afff3d95-9845-449e-a221-e383159cf86f Date: Fri, 29 Jun 2018 13:16:45 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-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b"}]} 2018-06-29 13:16:45,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-afff3d95-9845-449e-a221-e383159cf86f 2018-06-29 13:16:45,715 - neutron_utils - INFO - Retrieving security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eb5dfe68-57c1-48f5-a4d2-b61c556e0f9b Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "updated_at": "2018-06-29T13:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "revision_number": 0, "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}], "revision_number": 1, "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "ad95898a-8cc9-4a24-b042-a46553903bca", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}]} 2018-06-29 13:16:45,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-eb5dfe68-57c1-48f5-a4d2-b61c556e0f9b 2018-06-29 13:16:45,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad95898a-8cc9-4a24-b042-a46553903bca 2018-06-29 13:16:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b653650c-b3ee-4b38-bd15-437ed7834259 Date: Fri, 29 Jun 2018 13:16:45 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-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "5608f5b1-f08f-4d0b-b177-eb54249ca359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:45Z", "security_group_id": "ad95898a-8cc9-4a24-b042-a46553903bca", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:45Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "d21f0b1c-4283-453c-ad1d-696ba1a3175b"}]} 2018-06-29 13:16:45,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ad95898a-8cc9-4a24-b042-a46553903bca used request id req-b653650c-b3ee-4b38-bd15-437ed7834259 2018-06-29 13:16:45,790 - neutron_utils - INFO - Deleting security group rule with ID - 5608f5b1-f08f-4d0b-b177-eb54249ca359 2018-06-29 13:16:45,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5608f5b1-f08f-4d0b-b177-eb54249ca359 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:45,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dce6cb39-4c6a-4a19-9a54-92d2b348f47c Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:45,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5608f5b1-f08f-4d0b-b177-eb54249ca359 used request id req-dce6cb39-4c6a-4a19-9a54-92d2b348f47c 2018-06-29 13:16:45,930 - neutron_utils - INFO - Deleting security group rule with ID - d21f0b1c-4283-453c-ad1d-696ba1a3175b 2018-06-29 13:16:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d21f0b1c-4283-453c-ad1d-696ba1a3175b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:46,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40236ebd-1e3c-4ba0-8f0a-238b59670191 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:46,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d21f0b1c-4283-453c-ad1d-696ba1a3175b used request id req-40236ebd-1e3c-4ba0-8f0a-238b59670191 2018-06-29 13:16:46,034 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:46,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ad95898a-8cc9-4a24-b042-a46553903bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d393b380dcc902c3535bd61e7aced96834e4f01e" 2018-06-29 13:16:46,161 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fbae8d6a-346e-44c0-bdda-be24b6f6487c Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:46,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ad95898a-8cc9-4a24-b042-a46553903bca used request id req-fbae8d6a-346e-44c0-bdda-be24b6f6487c 2018-06-29 13:16:46,161 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-94ed1c68-d4ee-47a-user 2018-06-29 13:16:46,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/38adc14b660d432eabb20a909460a063 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d1514f503f4ec6c70287d6a9938c04408a5b99" 2018-06-29 13:16:46,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-750240c6-d12c-4cbc-8ce4-fc6f2d96dffe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:46,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/38adc14b660d432eabb20a909460a063 used request id req-750240c6-d12c-4cbc-8ce4-fc6f2d96dffe 2018-06-29 13:16:46,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-eb59b3c0-9516-4711-9de4-6a0a0f6c956a Date: Fri, 29 Jun 2018 13:16:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:44Z", "updated_at": "2018-06-29T13:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "revision_number": 0, "id": "32fba545-724c-4169-aaf7-5622b995ef68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "revision_number": 0, "id": "4354e47f-a563-4ac4-a8b5-f9ef0d733657", "remote_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "revision_number": 0, "id": "4cfcfaa5-9947-4bbd-8f96-6808915d481b", "remote_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "revision_number": 0, "id": "4e4b6cf2-f8c1-4828-889b-527a064bde27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bd1d4a6f24f4c1380b98072319917fe"}], "revision_number": 1, "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "a2130706-30da-4463-b07f-68b86ee2041f", "name": "default"}]} 2018-06-29 13:16:47,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-eb59b3c0-9516-4711-9de4-6a0a0f6c956a 2018-06-29 13:16:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829f183c-0458-4a16-a090-caa546ff259e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:16:47,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-829f183c-0458-4a16-a090-caa546ff259e 2018-06-29 13:16:47,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4cee74-b9c5-4859-84bf-e26ca0e83ed4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "61577623408e42cd9bcf6a5cd632170d", "name": "service"}} 2018-06-29 13:16:47,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/61577623408e42cd9bcf6a5cd632170d used request id req-ec4cee74-b9c5-4859-84bf-e26ca0e83ed4 2018-06-29 13:16:47,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b835e8-def7-4d01-b852-bebe6ecca7d5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2bd1d4a6f24f4c1380b98072319917fe", "name": "CreateProjectUserTests-94ed1c68-d4ee-47a-name"}} 2018-06-29 13:16:47,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe used request id req-d8b835e8-def7-4d01-b852-bebe6ecca7d5 2018-06-29 13:16:47,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2130706-30da-4463-b07f-68b86ee2041f 2018-06-29 13:16:47,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a2130706-30da-4463-b07f-68b86ee2041f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0c0acfd9-0b82-4195-9b96-5afe218b4f37 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:44Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "32fba545-724c-4169-aaf7-5622b995ef68"}, {"remote_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:44Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "4354e47f-a563-4ac4-a8b5-f9ef0d733657"}, {"remote_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:44Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "4cfcfaa5-9947-4bbd-8f96-6808915d481b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:44Z", "security_group_id": "a2130706-30da-4463-b07f-68b86ee2041f", "port_range_min": null, "revision_number": 0, "tenant_id": "2bd1d4a6f24f4c1380b98072319917fe", "created_at": "2018-06-29T13:16:44Z", "project_id": "2bd1d4a6f24f4c1380b98072319917fe", "id": "4e4b6cf2-f8c1-4828-889b-527a064bde27"}]} 2018-06-29 13:16:47,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a2130706-30da-4463-b07f-68b86ee2041f used request id req-0c0acfd9-0b82-4195-9b96-5afe218b4f37 2018-06-29 13:16:47,625 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 13:16:47,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a2130706-30da-4463-b07f-68b86ee2041f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,802 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afe6bf63-0256-46c2-b6ef-0321145119b4 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:47,803 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a2130706-30da-4463-b07f-68b86ee2041f used request id req-afe6bf63-0256-46c2-b6ef-0321145119b4 2018-06-29 13:16:47,803 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name 2018-06-29 13:16:47,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:47,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc04a975-b2dc-4b58-a87a-73080fea1a20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:47,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2bd1d4a6f24f4c1380b98072319917fe used request id req-cc04a975-b2dc-4b58-a87a-73080fea1a20 2018-06-29 13:16:47,971 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-94ed1c68-d4ee-47a-name-role 2018-06-29 13:16:47,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:48,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f881c9c4-f77d-471a-b2ed-76c7482e836e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:48,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d8d27c562913464b92dee400aca36e5a used request id req-f881c9c4-f77d-471a-b2ed-76c7482e836e 2018-06-29 13:16:48,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ead3c98df4eae4472e43361e4dbe07f4affe992" 2018-06-29 13:16:48,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8ddd96-647d-43b9-b776-d05258cec169 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:48,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be8ddd96-647d-43b9-b776-d05258cec169 2018-06-29 13:16:48,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:48,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["UzR1v3opS4WPcawqXHcXcQ"], "issued_at": "2018-06-29T13:16:48.000000Z"}} 2018-06-29 13:16:48,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b3be670303baa9d7dd3e6830fbe998001042a7e" 2018-06-29 13:16:48,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a108343-08a7-4c17-aab8-f683136770a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:48,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a108343-08a7-4c17-aab8-f683136770a0 2018-06-29 13:16:48,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:48,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:49,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["COu5qSanT6ixKDwnbuOf2g"], "issued_at": "2018-06-29T13:16:49.000000Z"}} 2018-06-29 13:16:49,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:49,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00acd97e-bb16-4180-94e3-dbdf6adf94fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:49,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-00acd97e-bb16-4180-94e3-dbdf6adf94fd 2018-06-29 13:16:49,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:49,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:49,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2b15ac40-0aa9-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:49,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302fa1d0-092b-446c-bdde-99369026c1e9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2b15ac40-0aa9-48d-name", "previous": null, "next": null}, "projects": []} 2018-06-29 13:16:49,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2b15ac40-0aa9-48d-name used request id req-302fa1d0-092b-446c-bdde-99369026c1e9 2018-06-29 13:16:49,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:49,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fb8c7b-98aa-47f9-9194-cdf925f81969 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:49,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d5fb8c7b-98aa-47f9-9194-cdf925f81969 2018-06-29 13:16:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}}' 2018-06-29 13:16:49,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-748a3de7-ec92-49f6-be16-bbd118c46399 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d"}, "tags": [], "enabled": true, "id": "8cd7fe07986e4415baedc3e4884d267d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}} 2018-06-29 13:16:49,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-748a3de7-ec92-49f6-be16-bbd118c46399 2018-06-29 13:16:49,450 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:49,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:49,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:49,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["dQUc38Q_QhukAxDEQxBMMg"], "issued_at": "2018-06-29T13:16:49.000000Z"}} 2018-06-29 13:16:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:49,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d798dd-fe8d-4107-b25b-ec8569d3e687 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:49,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f3d798dd-fe8d-4107-b25b-ec8569d3e687 2018-06-29 13:16:49,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:49,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:49,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4130d8cf-3b9d-419c-910f-73f18a5dfa3a Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:50,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4130d8cf-3b9d-419c-910f-73f18a5dfa3a 2018-06-29 13:16:50,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a971c622-3e78-4023-8395-fc2523957f6c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:50,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a971c622-3e78-4023-8395-fc2523957f6c 2018-06-29 13:16:50,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5963c492-76ce-4e44-819c-5aef9a326080 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:50,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5963c492-76ce-4e44-819c-5aef9a326080 2018-06-29 13:16:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4044a95-2157-4a6b-be52-8981b25886e7 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d"}, "tags": [], "enabled": true, "id": "8cd7fe07986e4415baedc3e4884d267d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:50,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name used request id req-a4044a95-2157-4a6b-be52-8981b25886e7 2018-06-29 13:16:50,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e549fd-d55b-4538-bec2-edcbb2a61675 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb"}, "enabled": true, "id": "98f722fe103f44b89fc776fdb3ddc9fb", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-user1"}} 2018-06-29 13:16:50,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb used request id req-94e549fd-d55b-4538-bec2-edcbb2a61675 2018-06-29 13:16:50,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:50,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea238a2-8f7a-45ac-a82f-468757a49877 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:50,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles used request id req-1ea238a2-8f7a-45ac-a82f-468757a49877 2018-06-29 13:16:50,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:51,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff06128b-d81e-402e-bc89-a441cdec115c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:51,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-ff06128b-d81e-402e-bc89-a441cdec115c 2018-06-29 13:16:51,030 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:51,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:51,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c1f247e-1fcb-43b2-a2c5-38b062a6e874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:51,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles/33fdea823863480a984d6885bd14fd53 used request id req-4c1f247e-1fcb-43b2-a2c5-38b062a6e874 2018-06-29 13:16:51,163 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-2b15ac40-0aa9-48d-user1 2018-06-29 13:16:51,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:51,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f0f49d-4277-41ca-9099-ca50744714cf Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:51,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d8f0f49d-4277-41ca-9099-ca50744714cf 2018-06-29 13:16:51,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" -d '{"role": {"name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}}' 2018-06-29 13:16:51,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1580abfc-172a-483c-baeb-478a8d61719d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "links": {"self": "http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2"}, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}} 2018-06-29 13:16:51,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1580abfc-172a-483c-baeb-478a8d61719d 2018-06-29 13:16:51,347 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name-role 2018-06-29 13:16:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:51,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3206567-57a7-4d5c-9a4a-c24fee2f6742 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "links": {"self": "http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2"}, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}} 2018-06-29 13:16:51,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 used request id req-f3206567-57a7-4d5c-9a4a-c24fee2f6742 2018-06-29 13:16:51,441 - keystone_utils - INFO - Granting role CreateProjectUserTests-2b15ac40-0aa9-48d-name-role to project CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:51,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47791400-4780-41f3-99a5-cc8cec80da47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:51,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/98f722fe103f44b89fc776fdb3ddc9fb/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 used request id req-47791400-4780-41f3-99a5-cc8cec80da47 2018-06-29 13:16:51,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:51,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:52,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["QqbjhWkxRVW48Lo5rpWIbA"], "issued_at": "2018-06-29T13:16:52.000000Z"}} 2018-06-29 13:16:52,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4ecc49-07fd-4884-90f0-b2ac321909d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:52,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2d4ecc49-07fd-4884-90f0-b2ac321909d7 2018-06-29 13:16:52,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:52,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:52,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e2cd04-eacf-4b78-8fee-99796206d06d Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/1411288561ec420a9f02f8fc4c3d7710"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1411288561ec420a9f02f8fc4c3d7710", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/162467c30f684eaeacb125287d12988a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "162467c30f684eaeacb125287d12988a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/17d8a25220c24c48bdea241527c9a18b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17d8a25220c24c48bdea241527c9a18b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/3661f053ebdb4a30b6f3170b0dd6e0f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3661f053ebdb4a30b6f3170b0dd6e0f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/44068e3973b944bd998ad759573e828b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44068e3973b944bd998ad759573e828b", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8406f0ef77e449e7bce7b16cb0cf627a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8406f0ef77e449e7bce7b16cb0cf627a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/8ef09ee9db094161933743e3cd384e23"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ef09ee9db094161933743e3cd384e23", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-user1", "links": {"self": "http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb"}, "domain_id": "default", "enabled": true, "id": "98f722fe103f44b89fc776fdb3ddc9fb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/bae1e73e71ac401e9106e47a51b88b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bae1e73e71ac401e9106e47a51b88b00", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c73a21701ce440e9b229f0f2dd6fab3b"}, "domain_id": "7178062be0a748478fceb94415a1d5ec", "enabled": true, "options": {}, "id": "c73a21701ce440e9b229f0f2dd6fab3b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/cc94fa8b7f9e46689f9fd78558e5574b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc94fa8b7f9e46689f9fd78558e5574b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ccb96e5e257f42ab83566651d00b2df0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ccb96e5e257f42ab83566651d00b2df0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/ea3e9c043ec44c5ebed2cdbb2bc63330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea3e9c043ec44c5ebed2cdbb2bc63330", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/f56d25de2a044e9aa66caa5da17f3a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f56d25de2a044e9aa66caa5da17f3a92", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ffeab9fc37c44087a3810c753c13ba82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffeab9fc37c44087a3810c753c13ba82", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-06-29 13:16:52,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-62e2cd04-eacf-4b78-8fee-99796206d06d 2018-06-29 13:16:52,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c740d0b-f73d-49c1-89ec-f68b789af6fc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 13:16:52,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7c740d0b-f73d-49c1-89ec-f68b789af6fc 2018-06-29 13:16:52,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc9b211-abba-4981-9604-7d55a240f0ca Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "links": {"self": "http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2"}, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:52,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3bc9b211-abba-4981-9604-7d55a240f0ca 2018-06-29 13:16:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0cec4ea-bd3c-4ad8-9467-6aa7b7fa13c5 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d"}, "tags": [], "enabled": true, "id": "8cd7fe07986e4415baedc3e4884d267d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:52,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name used request id req-b0cec4ea-bd3c-4ad8-9467-6aa7b7fa13c5 2018-06-29 13:16:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/38a8fccb16774b9b9a8897c823a8a57e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:52,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679c44f6-277d-4a8d-824b-8c4517134ded Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/38a8fccb16774b9b9a8897c823a8a57e"}, "enabled": true, "id": "38a8fccb16774b9b9a8897c823a8a57e", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-user2"}} 2018-06-29 13:16:52,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/38a8fccb16774b9b9a8897c823a8a57e used request id req-679c44f6-277d-4a8d-824b-8c4517134ded 2018-06-29 13:16:52,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:53,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e990f7f-b56f-49c5-a758-6da155bc1e8f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 13:16:53,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles used request id req-9e990f7f-b56f-49c5-a758-6da155bc1e8f 2018-06-29 13:16:53,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:53,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6287f84c-7ea8-4128-8b9a-9fb17e618137 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}} 2018-06-29 13:16:53,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53 used request id req-6287f84c-7ea8-4128-8b9a-9fb17e618137 2018-06-29 13:16:53,113 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:53,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles/33fdea823863480a984d6885bd14fd53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:53,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e843ad86-893e-460b-b22d-5c9baaafc242 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:53,230 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles/33fdea823863480a984d6885bd14fd53 used request id req-e843ad86-893e-460b-b22d-5c9baaafc242 2018-06-29 13:16:53,230 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-2b15ac40-0aa9-48d-user2 2018-06-29 13:16:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:53,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf7039d-46b5-4b94-80f8-7de65497f3ae Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "links": {"self": "http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2"}, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}} 2018-06-29 13:16:53,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 used request id req-fbf7039d-46b5-4b94-80f8-7de65497f3ae 2018-06-29 13:16:53,344 - keystone_utils - INFO - Granting role CreateProjectUserTests-2b15ac40-0aa9-48d-name-role to project CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:53,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:53,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8b83abf-6692-4557-bf41-346686ceb4f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:53,469 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d/users/38a8fccb16774b9b9a8897c823a8a57e/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 used request id req-c8b83abf-6692-4557-bf41-346686ceb4f7 2018-06-29 13:16:53,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:53,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:53,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}, {"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd7fe07986e4415baedc3e4884d267d", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-user1", "id": "98f722fe103f44b89fc776fdb3ddc9fb"}, "audit_ids": ["JVyHn-olQJiQZEvqUkfGTw"], "issued_at": "2018-06-29T13:16:53.000000Z"}} 2018-06-29 13:16:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:53,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a567b4-5997-4fe1-a8c9-ee2fbdc9aa6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:53,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-08a567b4-5997-4fe1-a8c9-ee2fbdc9aa6f 2018-06-29 13:16:53,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-42c85b2a-73fc-4a8d-a4bd-700413d55482 Date: Fri, 29 Jun 2018 13:16:54 GMT RESP BODY: {"security_groups": []} 2018-06-29 13:16:54,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name&description=hello+group used request id req-42c85b2a-73fc-4a8d-a4bd-700413d55482 2018-06-29 13:16:54,381 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-2b15ac40-0aa9-48d-name... 2018-06-29 13:16:54,382 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:54,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" -d '{"security_group": {"name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name", "description": "hello group"}}' 2018-06-29 13:16:54,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-9b4667c4-a412-4f40-b3f0-e05e2bde45bf Date: Fri, 29 Jun 2018 13:16:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}} 2018-06-29 13:16:54,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-9b4667c4-a412-4f40-b3f0-e05e2bde45bf 2018-06-29 13:16:54,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-01ef7e51-f454-4a56-ae52-e69a0956d3f0 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:54,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-01ef7e51-f454-4a56-ae52-e69a0956d3f0 2018-06-29 13:16:54,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-68d9a46a-c7e5-455e-b859-643c53bf6c41 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:54,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-68d9a46a-c7e5-455e-b859-643c53bf6c41 2018-06-29 13:16:54,699 - neutron_utils - INFO - Retrieving security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-44786f9e-5888-41f1-a432-8c1b22042b6f Date: Fri, 29 Jun 2018 13:16:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:54,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-44786f9e-5888-41f1-a432-8c1b22042b6f 2018-06-29 13:16:54,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc449340-e2ef-4883-a184-38742b3df437 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:54,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-cc449340-e2ef-4883-a184-38742b3df437 2018-06-29 13:16:54,868 - neutron_utils - INFO - Retrieving security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bea12ff3-cc01-4724-9460-fdedec627f0f Date: Fri, 29 Jun 2018 13:16:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:54,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-bea12ff3-cc01-4724-9460-fdedec627f0f 2018-06-29 13:16:54,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-517c69b5-bbb1-4fb9-91d2-7afa08dec6c5 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:54,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-517c69b5-bbb1-4fb9-91d2-7afa08dec6c5 2018-06-29 13:16:54,948 - neutron_utils - INFO - Retrieving security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:54,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-48d46d3b-7237-4c02-a652-353f2979482b Date: Fri, 29 Jun 2018 13:16:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:54,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-48d46d3b-7237-4c02-a652-353f2979482b 2018-06-29 13:16:54,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:54,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:55,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b8e79c02-97e6-4c00-8794-d2595b49e1df Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:55,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-b8e79c02-97e6-4c00-8794-d2595b49e1df 2018-06-29 13:16:55,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:16:55,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:55,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9aa01ca4f5f04e39aa8988c6441ed3c2", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name-role"}, {"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd7fe07986e4415baedc3e4884d267d", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/8cd7fe07986e4415baedc3e4884d267d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-user2", "id": "38a8fccb16774b9b9a8897c823a8a57e"}, "audit_ids": ["vq1CpPs7S4aUgMF01g-ADQ"], "issued_at": "2018-06-29T13:16:55.000000Z"}} 2018-06-29 13:16:55,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:55,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216d521a-25e6-4521-bafc-3fc868615e6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:16:55,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-216d521a-25e6-4521-bafc-3fc868615e6a 2018-06-29 13:16:55,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:55,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a114fb55-11e9-4b41-a113-a76932d6a878 Date: Fri, 29 Jun 2018 13:16:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:55,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-2b15ac40-0aa9-48d-name&description=hello+group used request id req-a114fb55-11e9-4b41-a113-a76932d6a878 2018-06-29 13:16:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:16:55,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:16:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:16:55,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:55,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fdb2d8d-4628-40fd-a308-a50b58a34355 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8cd7fe07986e4415baedc3e4884d267d", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}} 2018-06-29 13:16:55,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d used request id req-1fdb2d8d-4628-40fd-a308-a50b58a34355 2018-06-29 13:16:55,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:55,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:55,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a97a1980-3aad-45f6-931b-bc8c6c09c854 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:55,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-a97a1980-3aad-45f6-931b-bc8c6c09c854 2018-06-29 13:16:55,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:55,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:55,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d139606-a357-46d0-be0c-90da4aab1d0c Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:55,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-9d139606-a357-46d0-be0c-90da4aab1d0c 2018-06-29 13:16:55,970 - neutron_utils - INFO - Retrieving security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:55,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:56,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fbaa7127-93cd-4055-bfc9-2cce3321bd43 Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "109fc9fe-1fe3-4d04-bab4-f82106693582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "bf2da97c-45dc-4022-b841-1fceb841a622", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}]} 2018-06-29 13:16:56,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-fbaa7127-93cd-4055-bfc9-2cce3321bd43 2018-06-29 13:16:56,014 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf2da97c-45dc-4022-b841-1fceb841a622 2018-06-29 13:16:56,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:56,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-067097c1-f38e-4271-9997-996ea3817be3 Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "109fc9fe-1fe3-4d04-bab4-f82106693582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "bf2da97c-45dc-4022-b841-1fceb841a622", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "e3c388e4-50e6-4735-84ca-5b8f96b56aae"}]} 2018-06-29 13:16:56,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-067097c1-f38e-4271-9997-996ea3817be3 2018-06-29 13:16:56,036 - neutron_utils - INFO - Deleting security group rule with ID - 109fc9fe-1fe3-4d04-bab4-f82106693582 2018-06-29 13:16:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/109fc9fe-1fe3-4d04-bab4-f82106693582 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:56,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a438f190-6313-423d-a0e2-19e29dfd0ed3 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:56,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/109fc9fe-1fe3-4d04-bab4-f82106693582 used request id req-a438f190-6313-423d-a0e2-19e29dfd0ed3 2018-06-29 13:16:56,151 - neutron_utils - INFO - Deleting security group rule with ID - e3c388e4-50e6-4735-84ca-5b8f96b56aae 2018-06-29 13:16:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e3c388e4-50e6-4735-84ca-5b8f96b56aae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:56,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f75478e-1d1d-49d0-82de-8e66bf356af9 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:56,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e3c388e4-50e6-4735-84ca-5b8f96b56aae used request id req-7f75478e-1d1d-49d0-82de-8e66bf356af9 2018-06-29 13:16:56,255 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a5b4b59c744709aedee818a100df23f3e69a1" 2018-06-29 13:16:56,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffa8f8db-a8d4-4661-8e5e-781b80b6a84a Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:56,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-ffa8f8db-a8d4-4661-8e5e-781b80b6a84a 2018-06-29 13:16:56,379 - neutron_utils - INFO - Deleting security group rule with ID - e3c388e4-50e6-4735-84ca-5b8f96b56aae 2018-06-29 13:16:56,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e3c388e4-50e6-4735-84ca-5b8f96b56aae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:56,443 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-8c4543d6-ee98-49f1-9dcc-4e9845698a87 Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: {"NeutronError": {"message": "Security group rule e3c388e4-50e6-4735-84ca-5b8f96b56aae does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 13:16:56,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e3c388e4-50e6-4735-84ca-5b8f96b56aae used request id req-8c4543d6-ee98-49f1-9dcc-4e9845698a87 2018-06-29 13:16:56,444 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule e3c388e4-50e6-4735-84ca-5b8f96b56aae does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 13:16:56,444 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule e3c388e4-50e6-4735-84ca-5b8f96b56aae does not exist Neutron server returns request_ids: ['req-8c4543d6-ee98-49f1-9dcc-4e9845698a87'] 2018-06-29 13:16:56,444 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/bf2da97c-45dc-4022-b841-1fceb841a622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b02670e177c6d1682712409d79cf6f8c8632f6" 2018-06-29 13:16:56,467 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-8f22b1e8-79a2-416d-84a9-435e7e800d7f Date: Fri, 29 Jun 2018 13:16:56 GMT RESP BODY: {"NeutronError": {"message": "Security group bf2da97c-45dc-4022-b841-1fceb841a622 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 13:16:56,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/bf2da97c-45dc-4022-b841-1fceb841a622 used request id req-8f22b1e8-79a2-416d-84a9-435e7e800d7f 2018-06-29 13:16:56,467 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group bf2da97c-45dc-4022-b841-1fceb841a622 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 13:16:56,467 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group bf2da97c-45dc-4022-b841-1fceb841a622 does not exist Neutron server returns request_ids: ['req-8f22b1e8-79a2-416d-84a9-435e7e800d7f'] 2018-06-29 13:16:56,468 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-2b15ac40-0aa9-48d-user1 2018-06-29 13:16:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee223dd77f9a510ec24d7557497a61d7d0079e7" 2018-06-29 13:16:56,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bdfdb27-e9aa-4426-b20f-68afe6bdeffb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:56,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/98f722fe103f44b89fc776fdb3ddc9fb used request id req-5bdfdb27-e9aa-4426-b20f-68afe6bdeffb 2018-06-29 13:16:56,634 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-2b15ac40-0aa9-48d-user2 2018-06-29 13:16:56,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/38a8fccb16774b9b9a8897c823a8a57e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69d6e8584cd75ffe6c754032596356523aab817" 2018-06-29 13:16:56,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4fe9a33-e769-4531-b5ea-4b6de04da537 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:56,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/38a8fccb16774b9b9a8897c823a8a57e used request id req-a4fe9a33-e769-4531-b5ea-4b6de04da537 2018-06-29 13:16:56,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c716fc8f-28ac-4a7a-a2c3-89e739c6223b Date: Fri, 29 Jun 2018 13:16:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "updated_at": "2018-06-29T13:16:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "086d1495-4d8f-41a1-955d-c1231023a6d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "2d185090-ac62-4e6d-84b7-5922667bfdf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "535bb23f-14d7-4c8f-bef5-695a0065c493", "remote_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "revision_number": 0, "id": "a0ef0e0a-7424-440a-8914-07fc468125c3", "remote_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd7fe07986e4415baedc3e4884d267d"}], "revision_number": 1, "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:16:57,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c716fc8f-28ac-4a7a-a2c3-89e739c6223b 2018-06-29 13:16:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480b785d-2f3b-4525-82c3-27b71a12aa7f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8cd7fe07986e4415baedc3e4884d267d", "name": "CreateProjectUserTests-2b15ac40-0aa9-48d-name"}} 2018-06-29 13:16:57,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d used request id req-480b785d-2f3b-4525-82c3-27b71a12aa7f 2018-06-29 13:16:57,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 238e8e6b-28b6-4645-9d29-2183a8123d8b 2018-06-29 13:16:57,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=238e8e6b-28b6-4645-9d29-2183a8123d8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-58eec742-7b57-497e-b702-ab96ecabda6c Date: Fri, 29 Jun 2018 13:16: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-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "086d1495-4d8f-41a1-955d-c1231023a6d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "2d185090-ac62-4e6d-84b7-5922667bfdf1"}, {"remote_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "535bb23f-14d7-4c8f-bef5-695a0065c493"}, {"remote_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:54Z", "security_group_id": "238e8e6b-28b6-4645-9d29-2183a8123d8b", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd7fe07986e4415baedc3e4884d267d", "created_at": "2018-06-29T13:16:54Z", "project_id": "8cd7fe07986e4415baedc3e4884d267d", "id": "a0ef0e0a-7424-440a-8914-07fc468125c3"}]} 2018-06-29 13:16:57,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=238e8e6b-28b6-4645-9d29-2183a8123d8b used request id req-58eec742-7b57-497e-b702-ab96ecabda6c 2018-06-29 13:16:57,166 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 13:16:57,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/238e8e6b-28b6-4645-9d29-2183a8123d8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bfba25d-ccc3-42fe-befc-412a49aaa475 Content-Length: 0 Date: Fri, 29 Jun 2018 13:16:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:16:57,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/238e8e6b-28b6-4645-9d29-2183a8123d8b used request id req-8bfba25d-ccc3-42fe-befc-412a49aaa475 2018-06-29 13:16:57,374 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name 2018-06-29 13:16:57,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e94c19c0-cbd1-4a07-bd62-c3cb7831a06a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:57,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8cd7fe07986e4415baedc3e4884d267d used request id req-e94c19c0-cbd1-4a07-bd62-c3cb7831a06a 2018-06-29 13:16:57,559 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-2b15ac40-0aa9-48d-name-role 2018-06-29 13:16:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:16:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8059a217-9559-480f-9501-56f4c79f7995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:16:57,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9aa01ca4f5f04e39aa8988c6441ed3c2 used request id req-8059a217-9559-480f-9501-56f4c79f7995 2018-06-29 13:16:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ee7c1de2a696ac9451cbf08783de3eef691e62" 2018-06-29 13:16:57,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf7d497-7e3d-49db-9b4f-60662348a206 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "231f34925521461e993b21242adc8d6f", "links": {"self": "http://172.30.9.28:5000/v3/roles/231f34925521461e993b21242adc8d6f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "33fdea823863480a984d6885bd14fd53", "links": {"self": "http://172.30.9.28:5000/v3/roles/33fdea823863480a984d6885bd14fd53"}, "name": "admin"}, {"domain_id": null, "id": "4dbb6de6ed5d4c2791cf9abf184ba019", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dbb6de6ed5d4c2791cf9abf184ba019"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea537ecea79f4c00b4eb34cacb12e366", "links": {"self": "http://172.30.9.28:5000/v3/roles/ea537ecea79f4c00b4eb34cacb12e366"}, "name": "heat_stack_user"}]} 2018-06-29 13:16:57,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbf7d497-7e3d-49db-9b4f-60662348a206 2018-06-29 13:16:57,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:16:58,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["TpICE-fhQxaJNXdKGXdcrg"], "issued_at": "2018-06-29T13:16:58.000000Z"}} 2018-06-29 13:16:58,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" 2018-06-29 13:16:58,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-731340fb-ce01-41eb-b522-6857293f0851 Date: Fri, 29 Jun 2018 13:16:58 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", "uploading", "importing", "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-06-29 13:16:58,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-731340fb-ce01-41eb-b522-6857293f0851 2018-06-29 13:16:58,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b"}' 2018-06-29 13:16:58,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aa8a5702-e13e-44c4-a035-774ed1a5b535 Date: Fri, 29 Jun 2018 13:16:58 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:16:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:16:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720", "min_disk": 0, "protected": false, "id": "51412888-06a3-48ce-bd6f-95ee1b25e720", "file": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:16:58,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-aa8a5702-e13e-44c4-a035-774ed1a5b535 2018-06-29 13:16:58,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" -d '' 2018-06-29 13:17:01,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5b7b6cf-5233-4757-b22e-800a4a19eb16 Date: Fri, 29 Jun 2018 13:17:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:17:01,404 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720/file used request id req-c5b7b6cf-5233-4757-b22e-800a4a19eb16 2018-06-29 13:17:01,404 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:17:01,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" 2018-06-29 13:17:01,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-44c2d732-a050-425e-ae77-1b9ee74e5411 Date: Fri, 29 Jun 2018 13:17:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:16:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:17:01Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/51412888-06a3-48ce-bd6f-95ee1b25e720/snap", "metadata": {}}], "self": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720", "min_disk": 0, "protected": false, "id": "51412888-06a3-48ce-bd6f-95ee1b25e720", "file": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/51412888-06a3-48ce-bd6f-95ee1b25e720/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:17:01,424 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720 used request id req-44c2d732-a050-425e-ae77-1b9ee74e5411 2018-06-29 13:17:01,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" 2018-06-29 13:17:01,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-99612702-fcd8-4426-a016-057eed1dae6b Date: Fri, 29 Jun 2018 13:17: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", "uploading", "importing", "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-06-29 13:17:01,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-99612702-fcd8-4426-a016-057eed1dae6b 2018-06-29 13:17:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" 2018-06-29 13:17:01,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-79f1bed1-b1f6-40ad-af6e-4f801ee15397 Date: Fri, 29 Jun 2018 13:17:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:16:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:17:01Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/51412888-06a3-48ce-bd6f-95ee1b25e720/snap", "metadata": {}}], "self": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720", "min_disk": 0, "protected": false, "id": "51412888-06a3-48ce-bd6f-95ee1b25e720", "file": "/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/51412888-06a3-48ce-bd6f-95ee1b25e720/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b"} 2018-06-29 13:17:01,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b used request id req-79f1bed1-b1f6-40ad-af6e-4f801ee15397 2018-06-29 13:17:01,474 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-ec08f334-ef9d-43ba-a4f7-dc5d6e4e9a1b 2018-06-29 13:17:01,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913f567442276455cfc86f3fc9d344c99979a7ff" 2018-06-29 13:17:02,655 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3fba8206-eece-407e-8a6d-51873feeb833 Date: Fri, 29 Jun 2018 13: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-06-29 13:17:02,655 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/51412888-06a3-48ce-bd6f-95ee1b25e720 used request id req-3fba8206-eece-407e-8a6d-51873feeb833 2018-06-29 13:17:02,657 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-06-29 13:17:02,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:03,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["qdl8zw-GRYKlTuD93Xjdwg"], "issued_at": "2018-06-29T13:17:03.000000Z"}} 2018-06-29 13:17:03,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:03,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed9749f-8f70-4227-8f79-37582a7a4f1d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:03,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5ed9749f-8f70-4227-8f79-37582a7a4f1d 2018-06-29 13:17:03,221 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net 2018-06-29 13:17:03,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" -d '{"network": {"name": "NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:03,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b7654f4b-5a4d-40f7-957a-5e8706a50931 Date: Fri, 29 Jun 2018 13:17:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"68fe58e1-412c-47b4-922e-21d91ceb197c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:03Z","is_default":false,"provider:segmentation_id":23,"name":"NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:03Z","mtu":1450}} 2018-06-29 13:17:03,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b7654f4b-5a4d-40f7-957a-5e8706a50931 2018-06-29 13:17:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:03,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-26c28ed8-52f9-4bb1-9ea5-08be4cc7f2e3 Date: Fri, 29 Jun 2018 13:17:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"68fe58e1-412c-47b4-922e-21d91ceb197c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:03Z","provider:segmentation_id":23,"name":"NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:03Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:03,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-26c28ed8-52f9-4bb1-9ea5-08be4cc7f2e3 2018-06-29 13:17:03,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:03,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a88a24b3-9813-4453-bd81-b27d925c9577 Date: Fri, 29 Jun 2018 13:17:03 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:03,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-a88a24b3-9813-4453-bd81-b27d925c9577 2018-06-29 13:17:03,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-82de437a-2791-4404-bad6-e2fe4c263845 Date: Fri, 29 Jun 2018 13:17:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"68fe58e1-412c-47b4-922e-21d91ceb197c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:03Z","provider:segmentation_id":23,"name":"NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:03Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:04,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-82de437a-2791-4404-bad6-e2fe4c263845 2018-06-29 13:17:04,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d9353817-d375-4e40-b157-2e335c1118b7 Date: Fri, 29 Jun 2018 13:17:04 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:04,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-d9353817-d375-4e40-b157-2e335c1118b7 2018-06-29 13:17:04,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3ffa98ff-e4d1-429f-85fc-11ca7e616409 Date: Fri, 29 Jun 2018 13:17:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"68fe58e1-412c-47b4-922e-21d91ceb197c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:03Z","provider:segmentation_id":23,"name":"NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:03Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:04,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net used request id req-3ffa98ff-e4d1-429f-85fc-11ca7e616409 2018-06-29 13:17:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:04,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:04,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2558f39-3aaf-4093-b238-36120b1061e7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:04,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-a2558f39-3aaf-4093-b238-36120b1061e7 2018-06-29 13:17:04,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3242515d-3c98-480b-b138-6d480a639aa2 Date: Fri, 29 Jun 2018 13:17:04 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:04,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-3242515d-3c98-480b-b138-6d480a639aa2 2018-06-29 13:17:04,249 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-d1efdf2c-5ac5-4209-b02a-b31fe4b452dc-pub-net 2018-06-29 13:17:04,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/68fe58e1-412c-47b4-922e-21d91ceb197c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0adfba0fe138e648026d5b41b109d2d46463fd9" 2018-06-29 13:17:04,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56843b92-78f8-4bf4-9a51-d056af2a41bd Date: Fri, 29 Jun 2018 13:17:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:04,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/68fe58e1-412c-47b4-922e-21d91ceb197c used request id req-56843b92-78f8-4bf4-9a51-d056af2a41bd 2018-06-29 13:17:04,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:05,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["iju_01AjSuCL9WEcIwYXWg"], "issued_at": "2018-06-29T13:17:05.000000Z"}} 2018-06-29 13:17:05,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb3c927aa7930a4a11b6da143b35e68daf50774" 2018-06-29 13:17:05,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bc02bb-16a3-4a76-ad03-1e3fe2c86301 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:05,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f7bc02bb-16a3-4a76-ad03-1e3fe2c86301 2018-06-29 13:17:05,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:05,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["ONw1qxSaTVGSfVQrcy5yuw"], "issued_at": "2018-06-29T13:17:05.000000Z"}} 2018-06-29 13:17:05,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1eaafbf20808511341b5204d906f3d8f2ae241" 2018-06-29 13:17:05,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29c0413-29d5-4509-8b6a-80fde5174703 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:05,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b29c0413-29d5-4509-8b6a-80fde5174703 2018-06-29 13:17:05,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:06,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Sx7B3MrnS2GcDFb8A_Ih0Q"], "issued_at": "2018-06-29T13:17:06.000000Z"}} 2018-06-29 13:17:06,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:06,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8190ce7-239f-42d5-8d57-693f1191e05c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:06,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a8190ce7-239f-42d5-8d57-693f1191e05c 2018-06-29 13:17:06,369 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net 2018-06-29 13:17:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" -d '{"network": {"name": "NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:06,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-34cbf2a7-e085-462d-9a5a-d35d9ceb6290 Date: Fri, 29 Jun 2018 13:17:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:06Z","is_default":false,"provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:06Z","mtu":1450}} 2018-06-29 13:17:06,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-34cbf2a7-e085-462d-9a5a-d35d9ceb6290 2018-06-29 13:17:06,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:06,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-00604308-0a3d-41e1-8649-f90e9f164f4f Date: Fri, 29 Jun 2018 13:17:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:06Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:06Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:06,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-00604308-0a3d-41e1-8649-f90e9f164f4f 2018-06-29 13:17:06,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:06,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d2bf69c-f0e4-4457-91ca-f7711feb2643 Date: Fri, 29 Jun 2018 13:17:06 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:06,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-6d2bf69c-f0e4-4457-91ca-f7711feb2643 2018-06-29 13:17:06,940 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet 2018-06-29 13:17:06,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" -d '{"subnets": [{"ip_version": 4, "network_id": "b38ab8a0-86ce-42b3-8232-016f6efd42df", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]}' 2018-06-29 13:17:07,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-258bf53a-3adb-4292-ada3-34c15e752f46 Date: Fri, 29 Jun 2018 13:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:07,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-258bf53a-3adb-4292-ada3-34c15e752f46 2018-06-29 13:17:07,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:07,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-515d9914-0f35-45fc-80ea-194489792c52 Date: Fri, 29 Jun 2018 13:17:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["81ed7cea-69cb-44fd-976e-6365d5e6b518"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:07Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:06Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:07,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-515d9914-0f35-45fc-80ea-194489792c52 2018-06-29 13:17:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:07,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d1b4947-5461-4804-9a10-62582a4508bb Date: Fri, 29 Jun 2018 13:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:07,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-1d1b4947-5461-4804-9a10-62582a4508bb 2018-06-29 13:17:07,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:07,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c2bd5b3c-86ea-4427-afbd-c8d3b912f57d Date: Fri, 29 Jun 2018 13:17:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["81ed7cea-69cb-44fd-976e-6365d5e6b518"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:07Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:06Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:07,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net used request id req-c2bd5b3c-86ea-4427-afbd-c8d3b912f57d 2018-06-29 13:17:07,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:07,849 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:07,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:07,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7b0cb5-e76e-4f93-a048-de4b0d7b91b5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:07,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-dd7b0cb5-e76e-4f93-a048-de4b0d7b91b5 2018-06-29 13:17:07,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:07,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0cea79bf-a731-4ef5-a9f9-ed4534016234 Date: Fri, 29 Jun 2018 13:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:07,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-0cea79bf-a731-4ef5-a9f9-ed4534016234 2018-06-29 13:17:07,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df&name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:08,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7cdf5f6b-b9db-4886-b33c-8ee473bfebef Date: Fri, 29 Jun 2018 13:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:08,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df&name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet used request id req-7cdf5f6b-b9db-4886-b33c-8ee473bfebef 2018-06-29 13:17:08,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df&name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:08,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dabd326b-c142-4570-ba69-98e5f2915191 Date: Fri, 29 Jun 2018 13:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:08,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df&name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet used request id req-dabd326b-c142-4570-ba69-98e5f2915191 2018-06-29 13:17:08,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:08,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee2bdff6-0ca4-4c16-b692-ca606fab5c66 Date: Fri, 29 Jun 2018 13:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:08,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-ee2bdff6-0ca4-4c16-b692-ca606fab5c66 2018-06-29 13:17:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:08,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7311d553-762d-455e-b0be-7c36b4e9db54 Date: Fri, 29 Jun 2018 13:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b38ab8a0-86ce-42b3-8232-016f6efd42df","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:07Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"81ed7cea-69cb-44fd-976e-6365d5e6b518","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet"}]} 2018-06-29 13:17:08,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet used request id req-7311d553-762d-455e-b0be-7c36b4e9db54 2018-06-29 13:17:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:08,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9075ea48-1dd7-45b3-bd0d-fa88b2345f35 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:08,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-9075ea48-1dd7-45b3-bd0d-fa88b2345f35 2018-06-29 13:17:08,289 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet 2018-06-29 13:17:08,289 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-subnet 2018-06-29 13:17:08,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/81ed7cea-69cb-44fd-976e-6365d5e6b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:09,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-300f3eb8-690f-4ac5-b6b9-3dbadc794d5e Date: Fri, 29 Jun 2018 13:17:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:09,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/81ed7cea-69cb-44fd-976e-6365d5e6b518 used request id req-300f3eb8-690f-4ac5-b6b9-3dbadc794d5e 2018-06-29 13:17:09,727 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-197df171-71e7-488d-ba3c-98885bf27594-pub-net 2018-06-29 13:17:09,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/b38ab8a0-86ce-42b3-8232-016f6efd42df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3bfac7e11d23894608aad7e2d342f5f6968b31d" 2018-06-29 13:17:11,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35996934-a785-407a-a963-88eca7baf0e1 Date: Fri, 29 Jun 2018 13:17:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:11,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b38ab8a0-86ce-42b3-8232-016f6efd42df used request id req-35996934-a785-407a-a963-88eca7baf0e1 2018-06-29 13:17:11,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:11,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["SgPwlan3Rp-f6kVlh5yqmg"], "issued_at": "2018-06-29T13:17:11.000000Z"}} 2018-06-29 13:17:11,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" 2018-06-29 13:17:11,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00e676e-3e67-4739-8667-23a1742ab7f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:11,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a00e676e-3e67-4739-8667-23a1742ab7f8 2018-06-29 13:17:11,746 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net 2018-06-29 13:17:11,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" -d '{"network": {"name": "NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:12,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1d24cd4f-40d1-4252-a3c5-81361b9ab833 Date: Fri, 29 Jun 2018 13:17:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7aa6190d-a1db-48e2-a2a4-f3f0879d07ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:12Z","is_default":false,"provider:segmentation_id":35,"name":"NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:11Z","mtu":1450}} 2018-06-29 13:17:12,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-1d24cd4f-40d1-4252-a3c5-81361b9ab833 2018-06-29 13:17:12,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7aa6190d-a1db-48e2-a2a4-f3f0879d07ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" 2018-06-29 13:17:12,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8715e5e0-5149-4a35-b741-3f5c8394a272 Date: Fri, 29 Jun 2018 13:17:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7aa6190d-a1db-48e2-a2a4-f3f0879d07ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:12Z","provider:segmentation_id":35,"name":"NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:11Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:12,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7aa6190d-a1db-48e2-a2a4-f3f0879d07ce used request id req-8715e5e0-5149-4a35-b741-3f5c8394a272 2018-06-29 13:17:12,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7aa6190d-a1db-48e2-a2a4-f3f0879d07ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" 2018-06-29 13:17:12,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-acf09742-3bf9-4d66-ae6a-1f4748139f1a Date: Fri, 29 Jun 2018 13:17:12 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:12,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7aa6190d-a1db-48e2-a2a4-f3f0879d07ce used request id req-acf09742-3bf9-4d66-ae6a-1f4748139f1a 2018-06-29 13:17:12,357 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-subnet 2018-06-29 13:17:12,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" -d '{"subnets": [{"ip_version": 4, "network_id": "7aa6190d-a1db-48e2-a2a4-f3f0879d07ce", "cidr": "", "name": "NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-subnet"}]}' 2018-06-29 13:17:12,373 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-52db5be5-e55f-46d0-a806-523387d1cb8c Date: Fri, 29 Jun 2018 13:17:12 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 13:17:12,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-52db5be5-e55f-46d0-a806-523387d1cb8c 2018-06-29 13:17:12,373 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 13:17:12,373 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-subnet] for network [NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net] 2018-06-29 13:17:12,373 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-67ec9d12-9b9c-4c91-a147-8fa7bab39fdf-pub-net 2018-06-29 13:17:12,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/7aa6190d-a1db-48e2-a2a4-f3f0879d07ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5906d3a2479ddc1b93e2f09ca7124379d04e583" 2018-06-29 13:17:13,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e31fb9f-a025-4a73-82c5-deeaa710e580 Date: Fri, 29 Jun 2018 13:17:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:13,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7aa6190d-a1db-48e2-a2a4-f3f0879d07ce used request id req-0e31fb9f-a025-4a73-82c5-deeaa710e580 2018-06-29 13:17:13,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:13,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["sDkosTeSTyymLfOj92I-iQ"], "issued_at": "2018-06-29T13:17:13.000000Z"}} 2018-06-29 13:17:13,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:13,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8676caf6-93e0-4439-a9d8-2f11fce0cd45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:13,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8676caf6-93e0-4439-a9d8-2f11fce0cd45 2018-06-29 13:17:13,730 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net 2018-06-29 13:17:13,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" -d '{"network": {"name": "NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:14,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7b79d94f-7fd8-4f9b-a779-e88db8862404 Date: Fri, 29 Jun 2018 13:17:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:14Z","is_default":false,"provider:segmentation_id":49,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","mtu":1450}} 2018-06-29 13:17:14,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7b79d94f-7fd8-4f9b-a779-e88db8862404 2018-06-29 13:17:14,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:14,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-91b4b5f2-5703-4ff4-8f05-e12b4f20a6a0 Date: Fri, 29 Jun 2018 13:17:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:14Z","provider:segmentation_id":49,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:14,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-91b4b5f2-5703-4ff4-8f05-e12b4f20a6a0 2018-06-29 13:17:14,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:14,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d677adb1-b242-4fca-8f25-e05b42208bc5 Date: Fri, 29 Jun 2018 13:17:14 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:14,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-d677adb1-b242-4fca-8f25-e05b42208bc5 2018-06-29 13:17:14,328 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet 2018-06-29 13:17:14,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" -d '{"subnets": [{"ip_version": 4, "network_id": "a66fb8c1-ffb2-4758-bc0d-85f5019a54c0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]}' 2018-06-29 13:17:14,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90b5e324-573d-48c7-ab34-2fd2389dfa3a Date: Fri, 29 Jun 2018 13:17:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:14,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-90b5e324-573d-48c7-ab34-2fd2389dfa3a 2018-06-29 13:17:14,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:14,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0107c99b-a08f-4bda-9ba6-40523db211e8 Date: Fri, 29 Jun 2018 13:17:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["218d70ba-fec8-44f5-8ea6-fd0334292380"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:14Z","provider:segmentation_id":49,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:14,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-0107c99b-a08f-4bda-9ba6-40523db211e8 2018-06-29 13:17:14,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1df2b8df-e20d-4560-953b-fc221965686b Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:15,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-1df2b8df-e20d-4560-953b-fc221965686b 2018-06-29 13:17:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-eb73065d-7e79-4506-b458-98700e6fa05a Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["218d70ba-fec8-44f5-8ea6-fd0334292380"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:14Z","provider:segmentation_id":49,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:15,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net used request id req-eb73065d-7e79-4506-b458-98700e6fa05a 2018-06-29 13:17:15,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:15,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:15,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5a654e-bb0d-4ca6-b28c-3d66d4d46b2e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:15,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-ef5a654e-bb0d-4ca6-b28c-3d66d4d46b2e 2018-06-29 13:17:15,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42d99aed-d977-414c-bc35-e76fd83a808e Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:15,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-42d99aed-d977-414c-bc35-e76fd83a808e 2018-06-29 13:17:15,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0&name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-56154f65-f2e6-40e4-a591-e9ea8b300874 Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:15,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0&name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet used request id req-56154f65-f2e6-40e4-a591-e9ea8b300874 2018-06-29 13:17:15,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0&name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be94fb62-2a57-4a0a-84b8-6f8bbf17bb52 Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:15,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0&name=NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet used request id req-be94fb62-2a57-4a0a-84b8-6f8bbf17bb52 2018-06-29 13:17:15,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:15,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c52e0dbe-af41-4b06-baf3-ae3a7035fed2 Date: Fri, 29 Jun 2018 13:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a66fb8c1-ffb2-4758-bc0d-85f5019a54c0","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:14Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:14Z","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":"9df2d150d03e418295cfd19870a1099d","id":"218d70ba-fec8-44f5-8ea6-fd0334292380","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet"}]} 2018-06-29 13:17:15,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-c52e0dbe-af41-4b06-baf3-ae3a7035fed2 2018-06-29 13:17:15,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet 2018-06-29 13:17:15,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-subnet 2018-06-29 13:17:15,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/218d70ba-fec8-44f5-8ea6-fd0334292380 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:17,113 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd901390-e026-44f6-9d6f-9cc88d595cec Date: Fri, 29 Jun 2018 13:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:17,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/218d70ba-fec8-44f5-8ea6-fd0334292380 used request id req-dd901390-e026-44f6-9d6f-9cc88d595cec 2018-06-29 13:17:17,114 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-13061dda-a518-4f66-bb6a-37888083e1ab-pub-net 2018-06-29 13:17:17,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc011c25c801b37c436d4990576deb162c4bd1b" 2018-06-29 13:17:18,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-093bada8-504b-4edb-a414-88fb64c95c6e Date: Fri, 29 Jun 2018 13:17:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:18,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a66fb8c1-ffb2-4758-bc0d-85f5019a54c0 used request id req-093bada8-504b-4edb-a414-88fb64c95c6e 2018-06-29 13:17:18,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:19,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["wmW2KB-3QpWBVH-j-DIVlQ"], "issued_at": "2018-06-29T13:17:19.000000Z"}} 2018-06-29 13:17:19,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" 2018-06-29 13:17:19,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bc1faa-9059-473f-b0c7-24993336dbd4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:19,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-39bc1faa-9059-473f-b0c7-24993336dbd4 2018-06-29 13:17:19,099 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net 2018-06-29 13:17:19,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" -d '{"network": {"name": "NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:19,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-2f3413b0-dcea-420a-be5f-62881622a93a Date: Fri, 29 Jun 2018 13:17:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2332aa49-b25a-43b6-82df-e919484f1738","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:19Z","is_default":false,"provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:19Z","mtu":1450}} 2018-06-29 13:17:19,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2f3413b0-dcea-420a-be5f-62881622a93a 2018-06-29 13:17:19,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2332aa49-b25a-43b6-82df-e919484f1738 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" 2018-06-29 13:17:19,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1b724b43-0c65-4737-805a-be431933b53b Date: Fri, 29 Jun 2018 13:17:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2332aa49-b25a-43b6-82df-e919484f1738","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:19Z","provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:19Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:19,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2332aa49-b25a-43b6-82df-e919484f1738 used request id req-1b724b43-0c65-4737-805a-be431933b53b 2018-06-29 13:17:19,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2332aa49-b25a-43b6-82df-e919484f1738 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" 2018-06-29 13:17:19,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8adb6bf8-8746-4488-bb7e-d356240b9471 Date: Fri, 29 Jun 2018 13:17:19 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:19,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2332aa49-b25a-43b6-82df-e919484f1738 used request id req-8adb6bf8-8746-4488-bb7e-d356240b9471 2018-06-29 13:17:19,578 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-subnet 2018-06-29 13:17:19,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" -d '{"subnets": [{"ip_version": 4, "network_id": "2332aa49-b25a-43b6-82df-e919484f1738", "cidr": null, "name": "NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-subnet"}]}' 2018-06-29 13:17:19,634 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-a5a99385-ef64-4a78-ad0d-ffa873901e34 Date: Fri, 29 Jun 2018 13:17:19 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-06-29 13:17:19,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-a5a99385-ef64-4a78-ad0d-ffa873901e34 2018-06-29 13:17:19,635 - 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-06-29 13:17:19,635 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-subnet] for network [NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net] 2018-06-29 13:17:19,635 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fc53fbdd-4635-4c09-82f0-c8343a7ab768-pub-net 2018-06-29 13:17:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/2332aa49-b25a-43b6-82df-e919484f1738 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c313f83381b630cdcb77cc2b638e381d510eb74" 2018-06-29 13:17:20,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43e7fb9d-b3b0-4be7-ab9d-fb9a1cf2e19a Date: Fri, 29 Jun 2018 13:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:20,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2332aa49-b25a-43b6-82df-e919484f1738 used request id req-43e7fb9d-b3b0-4be7-ab9d-fb9a1cf2e19a 2018-06-29 13:17:20,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:20,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["eTU8Jk5cQjm58xWIvc-wHA"], "issued_at": "2018-06-29T13:17:20.000000Z"}} 2018-06-29 13:17:20,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:20,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d292340-570e-4487-9010-7afda943fd2e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:20,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d292340-570e-4487-9010-7afda943fd2e 2018-06-29 13:17:20,867 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net 2018-06-29 13:17:20,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" -d '{"network": {"name": "NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:21,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-05175545-5b91-4e1e-b3d2-2941bf905510 Date: Fri, 29 Jun 2018 13:17:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:21Z","is_default":false,"provider:segmentation_id":22,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","mtu":1450}} 2018-06-29 13:17:21,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-05175545-5b91-4e1e-b3d2-2941bf905510 2018-06-29 13:17:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:21,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b32e9678-30aa-48d2-bd64-e2627f9e91fd Date: Fri, 29 Jun 2018 13:17:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:21Z","provider:segmentation_id":22,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:21,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-b32e9678-30aa-48d2-bd64-e2627f9e91fd 2018-06-29 13:17:21,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:21,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-17d2e1e1-efc3-4927-b15e-a30e14ba8e8d Date: Fri, 29 Jun 2018 13:17:21 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:21,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-17d2e1e1-efc3-4927-b15e-a30e14ba8e8d 2018-06-29 13:17:21,544 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet 2018-06-29 13:17:21,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" -d '{"subnets": [{"ip_version": 4, "network_id": "40c5ce8a-7dbd-4353-b8fa-215167f654da", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet"}]}' 2018-06-29 13:17:21,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-580997f0-6452-433c-8e4b-2425daa0549a Date: Fri, 29 Jun 2018 13:17:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"47c9e328-9495-4db1-9971-d1e563b75c26","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet"}]} 2018-06-29 13:17:21,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-580997f0-6452-433c-8e4b-2425daa0549a 2018-06-29 13:17:21,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8b065d79-99b4-47e3-b9a6-c64d8e3695db Date: Fri, 29 Jun 2018 13:17:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["47c9e328-9495-4db1-9971-d1e563b75c26"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:21Z","provider:segmentation_id":22,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:22,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-8b065d79-99b4-47e3-b9a6-c64d8e3695db 2018-06-29 13:17:22,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dde79f8f-7cf0-44fa-b766-e8f216fef06b Date: Fri, 29 Jun 2018 13:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"47c9e328-9495-4db1-9971-d1e563b75c26","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet"}]} 2018-06-29 13:17:22,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-dde79f8f-7cf0-44fa-b766-e8f216fef06b 2018-06-29 13:17:22,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5654d434-766f-4cca-9f3d-2719016774d6 Date: Fri, 29 Jun 2018 13:17:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["47c9e328-9495-4db1-9971-d1e563b75c26"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:21Z","provider:segmentation_id":22,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:22,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net used request id req-5654d434-766f-4cca-9f3d-2719016774d6 2018-06-29 13:17:22,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:22,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:22,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf03fd7-190c-428a-8508-4fdfe892bbb8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:22,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-daf03fd7-190c-428a-8508-4fdfe892bbb8 2018-06-29 13:17:22,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d191c51-2fdc-4195-8516-5253b085fde7 Date: Fri, 29 Jun 2018 13:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c5ce8a-7dbd-4353-b8fa-215167f654da","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"47c9e328-9495-4db1-9971-d1e563b75c26","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet"}]} 2018-06-29 13:17:22,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-3d191c51-2fdc-4195-8516-5253b085fde7 2018-06-29 13:17:22,319 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet 2018-06-29 13:17:22,319 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-subnet 2018-06-29 13:17:22,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/47c9e328-9495-4db1-9971-d1e563b75c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:22,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-937e48d1-47c8-46ba-a1ab-08539af5610d Date: Fri, 29 Jun 2018 13:17:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:22,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/47c9e328-9495-4db1-9971-d1e563b75c26 used request id req-937e48d1-47c8-46ba-a1ab-08539af5610d 2018-06-29 13:17:22,780 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-43bb4c40-c5be-456e-bed2-f941481ddfc6-pub-net 2018-06-29 13:17:22,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/40c5ce8a-7dbd-4353-b8fa-215167f654da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd0fdaa2e9ffdbd1a6d921445f18143edaa5d9a" 2018-06-29 13:17:24,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fbe108e-b576-4c4f-bbd1-14e35bf06815 Date: Fri, 29 Jun 2018 13:17:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:24,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/40c5ce8a-7dbd-4353-b8fa-215167f654da used request id req-4fbe108e-b576-4c4f-bbd1-14e35bf06815 2018-06-29 13:17:24,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:24,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["yudraMjJQVqiwRnbZTW7xg"], "issued_at": "2018-06-29T13:17:24.000000Z"}} 2018-06-29 13:17:24,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:24,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce345d5-2993-4edc-9f2e-c62afaf567d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:24,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bce345d5-2993-4edc-9f2e-c62afaf567d3 2018-06-29 13:17:24,822 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net 2018-06-29 13:17:24,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" -d '{"network": {"name": "NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:25,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8b483038-3816-4ece-98b1-f7cfc26ab32f Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b1524d2f-a24f-4237-9fe5-8945d913d857","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:25Z","is_default":false,"provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","mtu":1450}} 2018-06-29 13:17:25,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8b483038-3816-4ece-98b1-f7cfc26ab32f 2018-06-29 13:17:25,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:25,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2b7bcdd7-7e7f-49f8-9423-e81829184569 Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b1524d2f-a24f-4237-9fe5-8945d913d857","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:25Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:25,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-2b7bcdd7-7e7f-49f8-9423-e81829184569 2018-06-29 13:17:25,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:25,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-022f1847-c62c-4c2a-abd9-8048f08e57a1 Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:25,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-022f1847-c62c-4c2a-abd9-8048f08e57a1 2018-06-29 13:17:25,311 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet 2018-06-29 13:17:25,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" -d '{"subnets": [{"ip_version": 4, "network_id": "b1524d2f-a24f-4237-9fe5-8945d913d857", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet"}]}' 2018-06-29 13:17:25,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-46b703c1-6b82-4f26-994c-deafe1e83306 Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1524d2f-a24f-4237-9fe5-8945d913d857","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7f440200-d50d-4cf1-8328-ab543c8dc01c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet"}]} 2018-06-29 13:17:25,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-46b703c1-6b82-4f26-994c-deafe1e83306 2018-06-29 13:17:25,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:25,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b8df31b3-2014-48b5-8954-097ffbebda0e Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b1524d2f-a24f-4237-9fe5-8945d913d857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7f440200-d50d-4cf1-8328-ab543c8dc01c"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:25Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:25,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-b8df31b3-2014-48b5-8954-097ffbebda0e 2018-06-29 13:17:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:25,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-913b2c54-b6e2-4c40-835c-3d72caff4ba6 Date: Fri, 29 Jun 2018 13:17:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1524d2f-a24f-4237-9fe5-8945d913d857","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7f440200-d50d-4cf1-8328-ab543c8dc01c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet"}]} 2018-06-29 13:17:25,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-913b2c54-b6e2-4c40-835c-3d72caff4ba6 2018-06-29 13:17:25,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-068cc8c4-dc16-4f51-affb-c3e4f252cb7c Date: Fri, 29 Jun 2018 13:17:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b1524d2f-a24f-4237-9fe5-8945d913d857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7f440200-d50d-4cf1-8328-ab543c8dc01c"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:25Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:26,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net used request id req-068cc8c4-dc16-4f51-affb-c3e4f252cb7c 2018-06-29 13:17:26,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:26,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:26,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff88282-41e5-4020-8a44-5057feec9b88 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:26,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-cff88282-41e5-4020-8a44-5057feec9b88 2018-06-29 13:17:26,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1a84752-de76-4252-acc5-662c314ec851 Date: Fri, 29 Jun 2018 13:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1524d2f-a24f-4237-9fe5-8945d913d857","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7f440200-d50d-4cf1-8328-ab543c8dc01c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet"}]} 2018-06-29 13:17:26,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-a1a84752-de76-4252-acc5-662c314ec851 2018-06-29 13:17:26,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857&name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9fa382cc-c1b5-4c49-9b85-85b1a7e59d0e Date: Fri, 29 Jun 2018 13:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1524d2f-a24f-4237-9fe5-8945d913d857","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:25Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7f440200-d50d-4cf1-8328-ab543c8dc01c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet"}]} 2018-06-29 13:17:26,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b1524d2f-a24f-4237-9fe5-8945d913d857&name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet used request id req-9fa382cc-c1b5-4c49-9b85-85b1a7e59d0e 2018-06-29 13:17:26,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:17:26,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:26,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["mDMSsTfBRHaWZL20BjvoBg"], "issued_at": "2018-06-29T13:17:26.000000Z"}} 2018-06-29 13:17:26,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae94cf85190abd744ec6141456afc8adace1b2c3" 2018-06-29 13:17:26,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbdb745-7e65-47ed-b0ce-8c511532e533 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:26,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3bbdb745-7e65-47ed-b0ce-8c511532e533 2018-06-29 13:17:26,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e243db04-ea6e-4551-a3c7-320eeccb71d7 Date: Fri, 29 Jun 2018 13:17:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:17:26,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e243db04-ea6e-4551-a3c7-320eeccb71d7 2018-06-29 13:17:26,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:26,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0808fdbf-be9d-49fa-aa81-c1d069d2ec6f Date: Fri, 29 Jun 2018 13:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:17:26,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-0808fdbf-be9d-49fa-aa81-c1d069d2ec6f 2018-06-29 13:17:26,717 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router 2018-06-29 13:17:26,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" -d '{"router": {"external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}, "name": "NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router", "admin_state_up": true}}' 2018-06-29 13:17:28,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-e816fc1c-b2d2-441a-9f54-54ce009c83ad Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "dc70b260-5c1f-4d64-b68c-49b43bbaf4d7", "name": "NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router"}} 2018-06-29 13:17:28,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-e816fc1c-b2d2-441a-9f54-54ce009c83ad 2018-06-29 13:17:28,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-80dddba8-0636-470a-bbc6-0a587302016b Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:27Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"f571414f-9f93-4dc1-acdd-b4b1dab61915","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:78:5b:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dc70b260-5c1f-4d64-b68c-49b43bbaf4d7","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:27Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:28,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 used request id req-80dddba8-0636-470a-bbc6-0a587302016b 2018-06-29 13:17:28,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-600d9118-135b-4dca-aece-da5dffc023fc Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:28,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-600d9118-135b-4dca-aece-da5dffc023fc 2018-06-29 13:17:28,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3adcbd7e-844b-4411-8f67-4cd5f7d4fedf Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "dc70b260-5c1f-4d64-b68c-49b43bbaf4d7", "name": "NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router"}]} 2018-06-29 13:17:28,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router used request id req-3adcbd7e-844b-4411-8f67-4cd5f7d4fedf 2018-06-29 13:17:28,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202ffc55-86a8-4ff1-81b3-8f45a84a439a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:28,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-202ffc55-86a8-4ff1-81b3-8f45a84a439a 2018-06-29 13:17:28,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a1f8b905-7f14-4bf9-84a4-96da67042b48 Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:27Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"f571414f-9f93-4dc1-acdd-b4b1dab61915","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:78:5b:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dc70b260-5c1f-4d64-b68c-49b43bbaf4d7","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:27Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:28,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 used request id req-a1f8b905-7f14-4bf9-84a4-96da67042b48 2018-06-29 13:17:28,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:28,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-55ed6a52-8558-401a-92d2-ea73986a181c Date: Fri, 29 Jun 2018 13:17:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:28,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-55ed6a52-8558-401a-92d2-ea73986a181c 2018-06-29 13:17:28,478 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router 2018-06-29 13:17:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" -d '{"subnet_id": "7f440200-d50d-4cf1-8328-ab543c8dc01c"}' 2018-06-29 13:17:29,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0c73c0f1-731c-4960-9ef8-45e41a855145 Date: Fri, 29 Jun 2018 13:17:29 GMT RESP BODY: {"network_id": "b1524d2f-a24f-4237-9fe5-8945d913d857", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "subnet_id": "7f440200-d50d-4cf1-8328-ab543c8dc01c", "subnet_ids": ["7f440200-d50d-4cf1-8328-ab543c8dc01c"], "port_id": "bc57460a-d650-4b24-ab36-035921aa309e", "id": "dc70b260-5c1f-4d64-b68c-49b43bbaf4d7"} 2018-06-29 13:17:29,939 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7/add_router_interface used request id req-0c73c0f1-731c-4960-9ef8-45e41a855145 2018-06-29 13:17:29,940 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router 2018-06-29 13:17:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" -d '{"subnet_id": "7f440200-d50d-4cf1-8328-ab543c8dc01c"}' 2018-06-29 13:17:31,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3e015345-853c-4475-bf39-0c27a8dc5846 Date: Fri, 29 Jun 2018 13:17:31 GMT RESP BODY: {"network_id": "b1524d2f-a24f-4237-9fe5-8945d913d857", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "subnet_id": "7f440200-d50d-4cf1-8328-ab543c8dc01c", "subnet_ids": ["7f440200-d50d-4cf1-8328-ab543c8dc01c"], "port_id": "bc57460a-d650-4b24-ab36-035921aa309e", "id": "dc70b260-5c1f-4d64-b68c-49b43bbaf4d7"} 2018-06-29 13:17:31,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7/remove_router_interface used request id req-3e015345-853c-4475-bf39-0c27a8dc5846 2018-06-29 13:17:31,470 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router 2018-06-29 13:17:31,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:32,680 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5867d371-f126-4041-8a10-79144755f874 Content-Length: 0 Date: Fri, 29 Jun 2018 13:17:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:32,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dc70b260-5c1f-4d64-b68c-49b43bbaf4d7 used request id req-5867d371-f126-4041-8a10-79144755f874 2018-06-29 13:17:32,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:32,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d4c506dc-36d0-4f2f-bb80-9bfd607c602c Date: Fri, 29 Jun 2018 13:17:32 GMT RESP BODY: {"routers": []} 2018-06-29 13:17:32,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-router used request id req-d4c506dc-36d0-4f2f-bb80-9bfd607c602c 2018-06-29 13:17:32,732 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet 2018-06-29 13:17:32,732 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-subnet 2018-06-29 13:17:32,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/7f440200-d50d-4cf1-8328-ab543c8dc01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:33,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87a80404-450c-4b29-b7b4-d47dd911465b Date: Fri, 29 Jun 2018 13:17:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:33,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7f440200-d50d-4cf1-8328-ab543c8dc01c used request id req-87a80404-450c-4b29-b7b4-d47dd911465b 2018-06-29 13:17:33,741 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-72ddfd4b-ab58-4076-8590-5c6b2374af5c-pub-net 2018-06-29 13:17:33,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/b1524d2f-a24f-4237-9fe5-8945d913d857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2e1e089904512a18551b75daaa7d705b0440ea8" 2018-06-29 13:17:35,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa09dab9-33ce-4771-a3ca-3552b7661b35 Date: Fri, 29 Jun 2018 13:17:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:35,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b1524d2f-a24f-4237-9fe5-8945d913d857 used request id req-aa09dab9-33ce-4771-a3ca-3552b7661b35 2018-06-29 13:17:35,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:35,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["WOQqv7F2TIG6uwatb_EDnw"], "issued_at": "2018-06-29T13:17:35.000000Z"}} 2018-06-29 13:17:35,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:35,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6078fffb-c73c-4104-b4b9-915f7bb7d582 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:35,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6078fffb-c73c-4104-b4b9-915f7bb7d582 2018-06-29 13:17:35,662 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net 2018-06-29 13:17:35,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" -d '{"network": {"name": "NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:36,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b03361f1-f1da-46a6-a27f-c0623936dfb0 Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:36Z","is_default":false,"provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:35Z","mtu":1450}} 2018-06-29 13:17:36,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b03361f1-f1da-46a6-a27f-c0623936dfb0 2018-06-29 13:17:36,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:36,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-09d67743-5ce2-4617-a957-19ba6912766f Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:36Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:35Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:36,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-09d67743-5ce2-4617-a957-19ba6912766f 2018-06-29 13:17:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:36,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc8b2a05-2b05-4731-be8e-71553fd80095 Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:36,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-fc8b2a05-2b05-4731-be8e-71553fd80095 2018-06-29 13:17:36,275 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet 2018-06-29 13:17:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" -d '{"subnets": [{"ip_version": 4, "network_id": "4b0c20fc-0a69-4580-9b2e-6c92ab61edd7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet"}]}' 2018-06-29 13:17:36,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1288c3c-5eb5-465f-ab75-5f9b35e8432d Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:36Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"381f5d66-d3c9-427a-b2f1-6edbbcf147cb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet"}]} 2018-06-29 13:17:36,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c1288c3c-5eb5-465f-ab75-5f9b35e8432d 2018-06-29 13:17:36,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:36,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a2187b41-2718-4397-92a2-ae96d4ffc4f9 Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["381f5d66-d3c9-427a-b2f1-6edbbcf147cb"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:36Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:35Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:36,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-a2187b41-2718-4397-92a2-ae96d4ffc4f9 2018-06-29 13:17:36,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:36,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6412fc9c-3a87-4f78-864f-c8e04f7ccf4d Date: Fri, 29 Jun 2018 13:17:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:36Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"381f5d66-d3c9-427a-b2f1-6edbbcf147cb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet"}]} 2018-06-29 13:17:36,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-6412fc9c-3a87-4f78-864f-c8e04f7ccf4d 2018-06-29 13:17:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:37,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b3ba437e-8411-4b0a-80b2-df61304f2685 Date: Fri, 29 Jun 2018 13:17:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["381f5d66-d3c9-427a-b2f1-6edbbcf147cb"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:36Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:35Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:37,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net used request id req-b3ba437e-8411-4b0a-80b2-df61304f2685 2018-06-29 13:17:37,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:37,007 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:37,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:37,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bba2772-c35b-4366-8b32-c31d251055fc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:37,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5bba2772-c35b-4366-8b32-c31d251055fc 2018-06-29 13:17:37,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:37,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ffc4901b-2c91-4e38-93f8-a937b9fbc771 Date: Fri, 29 Jun 2018 13:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b0c20fc-0a69-4580-9b2e-6c92ab61edd7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:36Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"381f5d66-d3c9-427a-b2f1-6edbbcf147cb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet"}]} 2018-06-29 13:17:37,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-ffc4901b-2c91-4e38-93f8-a937b9fbc771 2018-06-29 13:17:37,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:17:37,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:37,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["zOAi5w3STwS0jeRArPXrkA"], "issued_at": "2018-06-29T13:17:37.000000Z"}} 2018-06-29 13:17:37,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e4a85e6ca856a341bb3b0d3e8022e43938d2ee" 2018-06-29 13:17:37,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e2f114-540e-4b85-8812-4951961de677 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:37,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7e2f114-540e-4b85-8812-4951961de677 2018-06-29 13:17:37,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:37,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-42912fb6-d1f7-4f95-8512-d9da844fbcec Date: Fri, 29 Jun 2018 13:17:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:17:37,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-42912fb6-d1f7-4f95-8512-d9da844fbcec 2018-06-29 13:17:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:37,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3d9feaa4-cbb0-485f-a63c-705660cba34b Date: Fri, 29 Jun 2018 13:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:17:37,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-3d9feaa4-cbb0-485f-a63c-705660cba34b 2018-06-29 13:17:37,717 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router 2018-06-29 13:17:37,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" -d '{"router": {"external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}, "name": "NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router", "admin_state_up": true}}' 2018-06-29 13:17:38,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-499b9cf6-82fc-4618-adc3-9fd02337c599 Date: Fri, 29 Jun 2018 13:17:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:38Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "5f15fb21-a7ed-424d-bb59-e946516a8610", "name": "NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router"}} 2018-06-29 13:17:38,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-499b9cf6-82fc-4618-adc3-9fd02337c599 2018-06-29 13:17:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=5f15fb21-a7ed-424d-bb59-e946516a8610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:38,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cb3855d5-595e-4d64-9add-5f088699789f Date: Fri, 29 Jun 2018 13:17:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:38Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"0316af21-6af0-484b-ade5-4320632a535c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:ee:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5f15fb21-a7ed-424d-bb59-e946516a8610","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:38Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:38,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=5f15fb21-a7ed-424d-bb59-e946516a8610 used request id req-cb3855d5-595e-4d64-9add-5f088699789f 2018-06-29 13:17:38,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:38,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a1fe59c5-3a2a-4a98-886e-ec58380fa5a5 Date: Fri, 29 Jun 2018 13:17:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:38,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-a1fe59c5-3a2a-4a98-886e-ec58380fa5a5 2018-06-29 13:17:38,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:39,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a46a743d-acac-4077-af8c-6263505560bf Date: Fri, 29 Jun 2018 13:17:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:38Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "5f15fb21-a7ed-424d-bb59-e946516a8610", "name": "NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router"}]} 2018-06-29 13:17:39,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router used request id req-a46a743d-acac-4077-af8c-6263505560bf 2018-06-29 13:17:39,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:39,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2029a7-f141-40c7-ab9d-1837c5e9ac17 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:39,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-cf2029a7-f141-40c7-ab9d-1837c5e9ac17 2018-06-29 13:17:39,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=5f15fb21-a7ed-424d-bb59-e946516a8610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:39,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d508fdfa-4186-4a38-8a61-7a02c8c3bd86 Date: Fri, 29 Jun 2018 13:17:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:38Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"0316af21-6af0-484b-ade5-4320632a535c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:ee:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5f15fb21-a7ed-424d-bb59-e946516a8610","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:38Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:39,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=5f15fb21-a7ed-424d-bb59-e946516a8610 used request id req-d508fdfa-4186-4a38-8a61-7a02c8c3bd86 2018-06-29 13:17:39,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:39,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5212b679-b9b6-439e-8bae-15fa91865689 Date: Fri, 29 Jun 2018 13:17:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:39,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-5212b679-b9b6-439e-8bae-15fa91865689 2018-06-29 13:17:39,272 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet 2018-06-29 13:17:39,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/381f5d66-d3c9-427a-b2f1-6edbbcf147cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:40,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c1cb832-5fff-4f8f-8590-54a1ec32ed8d Date: Fri, 29 Jun 2018 13:17:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:40,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/381f5d66-d3c9-427a-b2f1-6edbbcf147cb used request id req-2c1cb832-5fff-4f8f-8590-54a1ec32ed8d 2018-06-29 13:17:40,133 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router 2018-06-29 13:17:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/5f15fb21-a7ed-424d-bb59-e946516a8610/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" -d '{"subnet_id": "381f5d66-d3c9-427a-b2f1-6edbbcf147cb"}' 2018-06-29 13:17:40,675 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-7de306e6-5a60-4693-9092-0815643aec11 Date: Fri, 29 Jun 2018 13:17:40 GMT RESP BODY: {"NeutronError": {"message": "Subnet 381f5d66-d3c9-427a-b2f1-6edbbcf147cb could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 13:17:40,676 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5f15fb21-a7ed-424d-bb59-e946516a8610/add_router_interface used request id req-7de306e6-5a60-4693-9092-0815643aec11 2018-06-29 13:17:40,676 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 381f5d66-d3c9-427a-b2f1-6edbbcf147cb could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 13:17:40,676 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router 2018-06-29 13:17:40,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/5f15fb21-a7ed-424d-bb59-e946516a8610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:42,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96cfab6a-e69b-4caf-b253-70e6ffee17bc Content-Length: 0 Date: Fri, 29 Jun 2018 13:17:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:42,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5f15fb21-a7ed-424d-bb59-e946516a8610 used request id req-96cfab6a-e69b-4caf-b253-70e6ffee17bc 2018-06-29 13:17:42,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:42,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6532fa89-daf4-4ff5-88e2-fae23c6fe525 Date: Fri, 29 Jun 2018 13:17:42 GMT RESP BODY: {"routers": []} 2018-06-29 13:17:42,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-router used request id req-6532fa89-daf4-4ff5-88e2-fae23c6fe525 2018-06-29 13:17:42,313 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet 2018-06-29 13:17:42,313 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-subnet 2018-06-29 13:17:42,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/381f5d66-d3c9-427a-b2f1-6edbbcf147cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:42,351 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-0082cac5-fe0f-424c-92f2-b59f7010b2a2 Date: Fri, 29 Jun 2018 13:17:42 GMT RESP BODY: {"NeutronError": {"message": "Subnet 381f5d66-d3c9-427a-b2f1-6edbbcf147cb could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 13:17:42,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/381f5d66-d3c9-427a-b2f1-6edbbcf147cb used request id req-0082cac5-fe0f-424c-92f2-b59f7010b2a2 2018-06-29 13:17:42,351 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 381f5d66-d3c9-427a-b2f1-6edbbcf147cb could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 13:17:42,351 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-83bfabc7-705f-47fe-9d37-4d294925b73d-pub-net 2018-06-29 13:17:42,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df881c2f53c00ffb8419a0399cc294bb572548f6" 2018-06-29 13:17:43,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-114a7f5e-ac7a-4ca9-b8ee-849e0b798baa Date: Fri, 29 Jun 2018 13:17:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:43,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4b0c20fc-0a69-4580-9b2e-6c92ab61edd7 used request id req-114a7f5e-ac7a-4ca9-b8ee-849e0b798baa 2018-06-29 13:17:43,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:43,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["u6XJUPDKS1-BobmC4EWhjw"], "issued_at": "2018-06-29T13:17:43.000000Z"}} 2018-06-29 13:17:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:43,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec0d4ab-1f2d-444c-9d8e-f1329d9d9bc6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:43,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ec0d4ab-1f2d-444c-9d8e-f1329d9d9bc6 2018-06-29 13:17:43,510 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net 2018-06-29 13:17:43,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" -d '{"network": {"name": "NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:43,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-61ce8555-4c99-4285-b25e-abc88a66971d Date: Fri, 29 Jun 2018 13:17:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:43Z","is_default":false,"provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:43Z","mtu":1450}} 2018-06-29 13:17:43,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-61ce8555-4c99-4285-b25e-abc88a66971d 2018-06-29 13:17:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b0f23821-386b-46d3-b5f5-c87f74f408e7 Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:43Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:43Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:44,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-b0f23821-386b-46d3-b5f5-c87f74f408e7 2018-06-29 13:17:44,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e85b2fd7-4dc6-4ff7-99f8-a790f8b36420 Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:44,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-e85b2fd7-4dc6-4ff7-99f8-a790f8b36420 2018-06-29 13:17:44,049 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet 2018-06-29 13:17:44,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" -d '{"subnets": [{"ip_version": 4, "network_id": "ff2bdd46-d045-4fd4-81d8-2c73ac7478a7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet"}]}' 2018-06-29 13:17:44,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-19bdef66-dc9f-4756-b966-2c8472eb9486 Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"37eeebc3-70fb-469e-abbd-49d75705ec39","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet"}]} 2018-06-29 13:17:44,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-19bdef66-dc9f-4756-b966-2c8472eb9486 2018-06-29 13:17:44,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-274a17ab-b9eb-40ba-be7b-a581976e724d Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["37eeebc3-70fb-469e-abbd-49d75705ec39"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:44Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:43Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:44,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-274a17ab-b9eb-40ba-be7b-a581976e724d 2018-06-29 13:17:44,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b0b88d49-007e-440b-b37f-d50006b54430 Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"37eeebc3-70fb-469e-abbd-49d75705ec39","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet"}]} 2018-06-29 13:17:44,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-b0b88d49-007e-440b-b37f-d50006b54430 2018-06-29 13:17:44,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3f3a51fd-a0b3-404b-937f-4d89444b790d Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["37eeebc3-70fb-469e-abbd-49d75705ec39"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:44Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:43Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:44,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net used request id req-3f3a51fd-a0b3-404b-937f-4d89444b790d 2018-06-29 13:17:44,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:44,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b7d480-b789-4694-822f-ac8aaa212cb6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:44,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-f1b7d480-b789-4694-822f-ac8aaa212cb6 2018-06-29 13:17:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:44,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0d5c6d89-165f-4659-a383-03f6b66d68e3 Date: Fri, 29 Jun 2018 13:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"37eeebc3-70fb-469e-abbd-49d75705ec39","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet"}]} 2018-06-29 13:17:44,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-0d5c6d89-165f-4659-a383-03f6b66d68e3 2018-06-29 13:17:44,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7&name=NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:45,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45eb0279-bdd8-48ae-a40a-23cc9da89c15 Date: Fri, 29 Jun 2018 13:17:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff2bdd46-d045-4fd4-81d8-2c73ac7478a7","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"37eeebc3-70fb-469e-abbd-49d75705ec39","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet"}]} 2018-06-29 13:17:45,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ff2bdd46-d045-4fd4-81d8-2c73ac7478a7&name=NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet used request id req-45eb0279-bdd8-48ae-a40a-23cc9da89c15 2018-06-29 13:17:45,012 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet 2018-06-29 13:17:45,013 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-subnet 2018-06-29 13:17:45,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/37eeebc3-70fb-469e-abbd-49d75705ec39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:45,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5588707c-cf4d-4ef6-842c-501ef65b305d Date: Fri, 29 Jun 2018 13:17:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:45,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/37eeebc3-70fb-469e-abbd-49d75705ec39 used request id req-5588707c-cf4d-4ef6-842c-501ef65b305d 2018-06-29 13:17:45,410 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f8923a0c-fe49-44e3-9798-dcfe3b96028a-pub-net 2018-06-29 13:17:45,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b6d8bc581ae775e26e0a5ffe685214387b9faf" 2018-06-29 13:17:47,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-986c4d54-2371-4375-8264-1fa9a89e8808 Date: Fri, 29 Jun 2018 13:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:47,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ff2bdd46-d045-4fd4-81d8-2c73ac7478a7 used request id req-986c4d54-2371-4375-8264-1fa9a89e8808 2018-06-29 13:17:47,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:47,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["GxYPlFE_Skee3Ljj4UeyMA"], "issued_at": "2018-06-29T13:17:47.000000Z"}} 2018-06-29 13:17:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:47,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b831cdb2-f27e-45c9-ad7e-f41e7973c3f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:47,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b831cdb2-f27e-45c9-ad7e-f41e7973c3f6 2018-06-29 13:17:47,745 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net 2018-06-29 13:17:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" -d '{"network": {"name": "NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:48,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-19151f1a-f3fc-4802-9bdf-a877ba2fd9c1 Date: Fri, 29 Jun 2018 13:17:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:48Z","is_default":false,"provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:47Z","mtu":1450}} 2018-06-29 13:17:48,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-19151f1a-f3fc-4802-9bdf-a877ba2fd9c1 2018-06-29 13:17:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:48,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-78c7125e-6a4c-4c6f-919b-c7367c7a8ed4 Date: Fri, 29 Jun 2018 13:17:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:48Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:47Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:48,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-78c7125e-6a4c-4c6f-919b-c7367c7a8ed4 2018-06-29 13:17:48,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:48,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-53763e4e-a96e-4f29-82a0-3b193981dc66 Date: Fri, 29 Jun 2018 13:17:48 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:48,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-53763e4e-a96e-4f29-82a0-3b193981dc66 2018-06-29 13:17:48,313 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet 2018-06-29 13:17:48,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" -d '{"subnets": [{"ip_version": 4, "network_id": "914f4ada-04ee-444b-9f1c-c914d22dcccf", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet"}]}' 2018-06-29 13:17:48,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b0a3c42-5143-4383-80b6-f9120db35929 Date: Fri, 29 Jun 2018 13:17:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:48Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:48Z","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":"9df2d150d03e418295cfd19870a1099d","id":"3cd7fcec-ff97-4ee2-920f-07a0cc0501d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet"}]} 2018-06-29 13:17:48,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-0b0a3c42-5143-4383-80b6-f9120db35929 2018-06-29 13:17:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:48,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c011e58d-9f98-495e-b9f4-596bebffbb71 Date: Fri, 29 Jun 2018 13:17:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["3cd7fcec-ff97-4ee2-920f-07a0cc0501d3"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:48Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:47Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:48,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-c011e58d-9f98-495e-b9f4-596bebffbb71 2018-06-29 13:17:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-79b328e0-8183-4037-b1fd-e8974bc4542e Date: Fri, 29 Jun 2018 13:17:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:48Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:48Z","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":"9df2d150d03e418295cfd19870a1099d","id":"3cd7fcec-ff97-4ee2-920f-07a0cc0501d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet"}]} 2018-06-29 13:17:49,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-79b328e0-8183-4037-b1fd-e8974bc4542e 2018-06-29 13:17:49,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5f06e4ae-b599-431b-a200-79d36267c726 Date: Fri, 29 Jun 2018 13:17:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["3cd7fcec-ff97-4ee2-920f-07a0cc0501d3"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:48Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:47Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:49,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net used request id req-5f06e4ae-b599-431b-a200-79d36267c726 2018-06-29 13:17:49,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:49,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:49,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695232f1-2ac5-4453-b4f0-569cc71ba9f3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:49,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-695232f1-2ac5-4453-b4f0-569cc71ba9f3 2018-06-29 13:17:49,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b71f7837-31ce-428f-9be2-948d7ef49318 Date: Fri, 29 Jun 2018 13:17:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"914f4ada-04ee-444b-9f1c-c914d22dcccf","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:48Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17:48Z","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":"9df2d150d03e418295cfd19870a1099d","id":"3cd7fcec-ff97-4ee2-920f-07a0cc0501d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet"}]} 2018-06-29 13:17:49,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-b71f7837-31ce-428f-9be2-948d7ef49318 2018-06-29 13:17:49,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:17:49,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:49,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["8FSldhRvTQmEpOMkqqmScg"], "issued_at": "2018-06-29T13:17:49.000000Z"}} 2018-06-29 13:17:49,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}332d5f8653435ee6e1b9385a635534da2aa284f8" 2018-06-29 13:17:49,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e74f3e-6a3b-4ce5-9e40-1f5690c28ed9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:49,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-38e74f3e-6a3b-4ce5-9e40-1f5690c28ed9 2018-06-29 13:17:49,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0ba46ea3-eb9b-401d-8206-9ef63c979958 Date: Fri, 29 Jun 2018 13:17:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:17:49,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-0ba46ea3-eb9b-401d-8206-9ef63c979958 2018-06-29 13:17:49,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:49,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7af8ee75-eda9-4f7c-9611-fc7a905117df Date: Fri, 29 Jun 2018 13:17:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:17:49,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-7af8ee75-eda9-4f7c-9611-fc7a905117df 2018-06-29 13:17:49,850 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router 2018-06-29 13:17:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" -d '{"router": {"external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}, "name": "NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router", "admin_state_up": true}}' 2018-06-29 13:17:50,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-a342feb1-72db-4a38-b08a-e76025adca34 Date: Fri, 29 Jun 2018 13:17:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:50Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ff13c250-8e06-4cbe-9521-3f30cffe1405", "name": "NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router"}} 2018-06-29 13:17:50,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-a342feb1-72db-4a38-b08a-e76025adca34 2018-06-29 13:17:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ff13c250-8e06-4cbe-9521-3f30cffe1405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c57052ed-3843-41b9-8679-3ecf962bd2a6 Date: Fri, 29 Jun 2018 13:17:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:50Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.200"}],"id":"9d83d97b-489b-4c34-857b-133ad3c97d18","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:31:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ff13c250-8e06-4cbe-9521-3f30cffe1405","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:50Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:51,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ff13c250-8e06-4cbe-9521-3f30cffe1405 used request id req-c57052ed-3843-41b9-8679-3ecf962bd2a6 2018-06-29 13:17:51,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dcab8c75-df00-40e6-8c95-ddaad8dbc136 Date: Fri, 29 Jun 2018 13:17:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:51,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-dcab8c75-df00-40e6-8c95-ddaad8dbc136 2018-06-29 13:17:51,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a6577c8-7465-4c30-ae54-90e85dbe4609 Date: Fri, 29 Jun 2018 13:17:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:17:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:17:50Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ff13c250-8e06-4cbe-9521-3f30cffe1405", "name": "NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router"}]} 2018-06-29 13:17:51,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router used request id req-5a6577c8-7465-4c30-ae54-90e85dbe4609 2018-06-29 13:17:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15aeec4-7b9c-42de-bfd0-022a105cdaaa Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:51,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-c15aeec4-7b9c-42de-bfd0-022a105cdaaa 2018-06-29 13:17:51,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ff13c250-8e06-4cbe-9521-3f30cffe1405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-17add8cc-8bb9-4f52-9ee1-968cc0aca77a Date: Fri, 29 Jun 2018 13:17:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:50Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.200"}],"id":"9d83d97b-489b-4c34-857b-133ad3c97d18","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:31:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ff13c250-8e06-4cbe-9521-3f30cffe1405","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:17:50Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:51,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ff13c250-8e06-4cbe-9521-3f30cffe1405 used request id req-17add8cc-8bb9-4f52-9ee1-968cc0aca77a 2018-06-29 13:17:51,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:51,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-000c8f33-5e3e-4bc4-a364-a22a8e1fd4bf Date: Fri, 29 Jun 2018 13:17:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:17:51,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-000c8f33-5e3e-4bc4-a364-a22a8e1fd4bf 2018-06-29 13:17:51,374 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router 2018-06-29 13:17:51,374 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router 2018-06-29 13:17:51,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/ff13c250-8e06-4cbe-9521-3f30cffe1405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:52,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-575de61f-be90-4076-b19c-892c66fc9272 Content-Length: 0 Date: Fri, 29 Jun 2018 13:17:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:52,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ff13c250-8e06-4cbe-9521-3f30cffe1405 used request id req-575de61f-be90-4076-b19c-892c66fc9272 2018-06-29 13:17:52,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:52,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e09b8a0a-5413-42d0-9b08-dff6354e4684 Date: Fri, 29 Jun 2018 13:17:52 GMT RESP BODY: {"routers": []} 2018-06-29 13:17:52,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-router used request id req-e09b8a0a-5413-42d0-9b08-dff6354e4684 2018-06-29 13:17:52,891 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet 2018-06-29 13:17:52,891 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-subnet 2018-06-29 13:17:52,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3cd7fcec-ff97-4ee2-920f-07a0cc0501d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:53,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a09faaf6-4dc5-40df-8a74-291c36c0f4da Date: Fri, 29 Jun 2018 13:17:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:53,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3cd7fcec-ff97-4ee2-920f-07a0cc0501d3 used request id req-a09faaf6-4dc5-40df-8a74-291c36c0f4da 2018-06-29 13:17:53,720 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d20c03ea-7df6-4966-bfcf-9232af94c306-pub-net 2018-06-29 13:17:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/914f4ada-04ee-444b-9f1c-c914d22dcccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd093313615b98558ec86d4c0aacf734d4a6e8" 2018-06-29 13:17:54,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad009b00-b104-44d5-809a-b8a1eb6a479e Date: Fri, 29 Jun 2018 13:17:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:54,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/914f4ada-04ee-444b-9f1c-c914d22dcccf used request id req-ad009b00-b104-44d5-809a-b8a1eb6a479e 2018-06-29 13:17:54,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:55,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["SUieFLt_R6qejr8CUjYWOQ"], "issued_at": "2018-06-29T13:17:55.000000Z"}} 2018-06-29 13:17:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b6fac9e-6485-43d5-8b21-4e0b2b0f81a6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:55,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5b6fac9e-6485-43d5-8b21-4e0b2b0f81a6 2018-06-29 13:17:55,461 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net 2018-06-29 13:17:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" -d '{"network": {"name": "NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net", "admin_state_up": true}}' 2018-06-29 13:17:55,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-075cbcb7-85c2-477f-bbe8-f1728e11f15b Date: Fri, 29 Jun 2018 13:17:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:55Z","is_default":false,"provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","mtu":1450}} 2018-06-29 13:17:55,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-075cbcb7-85c2-477f-bbe8-f1728e11f15b 2018-06-29 13:17:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3f47841d-7182-4283-80a7-a0a390617215 Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:17:55Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:56,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-3f47841d-7182-4283-80a7-a0a390617215 2018-06-29 13:17:56,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9ea9b977-59c2-458a-8cf2-2368e16f1b66 Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:17:56,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-9ea9b977-59c2-458a-8cf2-2368e16f1b66 2018-06-29 13:17:56,058 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet 2018-06-29 13:17:56,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" -d '{"subnets": [{"ip_version": 4, "network_id": "9a2193e0-9dca-4485-a790-96fef1cb5026", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]}' 2018-06-29 13:17:56,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-156acb41-94f6-451f-8ffa-82bba6295834 Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:56,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-156acb41-94f6-451f-8ffa-82bba6295834 2018-06-29 13:17:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2ca62db6-71ce-43b2-a55f-c6ccb252d46c Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7348d384-2eb1-4a96-9a6f-dec8e4094321"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:56Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:56,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-2ca62db6-71ce-43b2-a55f-c6ccb252d46c 2018-06-29 13:17:56,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da245949-4365-4d24-875c-51111637d147 Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:56,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-da245949-4365-4d24-875c-51111637d147 2018-06-29 13:17:56,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-459fe01b-97fa-4d16-9c9c-fb8b7d1536fb Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7348d384-2eb1-4a96-9a6f-dec8e4094321"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:56Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:56,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net used request id req-459fe01b-97fa-4d16-9c9c-fb8b7d1536fb 2018-06-29 13:17:56,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:56,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb64ec91-b7c1-4635-95b4-291bf475d2e3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:56,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-bb64ec91-b7c1-4635-95b4-291bf475d2e3 2018-06-29 13:17:56,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:56,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e219aca9-12db-4583-a332-b5b8d7b78808 Date: Fri, 29 Jun 2018 13:17:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:56,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-e219aca9-12db-4583-a332-b5b8d7b78808 2018-06-29 13:17:56,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026&name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:57,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b3e7e0c-8b04-4765-9707-1d8277cdd2c3 Date: Fri, 29 Jun 2018 13:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:57,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026&name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet used request id req-9b3e7e0c-8b04-4765-9707-1d8277cdd2c3 2018-06-29 13:17:57,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:17:57,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:17:57,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["JlkTElDpQ_2qDSWvv-xjJQ"], "issued_at": "2018-06-29T13:17:57.000000Z"}} 2018-06-29 13:17:57,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f12eaac4e73744afa94a7b188486629d9061ef4" 2018-06-29 13:17:57,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eba09ce-aaab-48c3-91db-2a43272b9b0f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:17:57,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9eba09ce-aaab-48c3-91db-2a43272b9b0f 2018-06-29 13:17:57,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:57,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-225c4987-20f6-449b-8d5e-51923a18a927 Date: Fri, 29 Jun 2018 13:17:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7348d384-2eb1-4a96-9a6f-dec8e4094321"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:56Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:57,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net used request id req-225c4987-20f6-449b-8d5e-51923a18a927 2018-06-29 13:17:57,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:57,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-86106a40-782d-4404-aaf7-e399c19f3738 Date: Fri, 29 Jun 2018 13:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:57,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-86106a40-782d-4404-aaf7-e399c19f3738 2018-06-29 13:17:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:57,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5a3fbbd2-781f-442e-bece-a2f40d33a888 Date: Fri, 29 Jun 2018 13:17:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a2193e0-9dca-4485-a790-96fef1cb5026","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["7348d384-2eb1-4a96-9a6f-dec8e4094321"],"description":"","tags":[],"updated_at":"2018-06-29T13:17:56Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:17:57,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net used request id req-5a3fbbd2-781f-442e-bece-a2f40d33a888 2018-06-29 13:17:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:17:57,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:17:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:17:57,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f12eaac4e73744afa94a7b188486629d9061ef4" 2018-06-29 13:17:57,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e65cd1-260a-4762-86cb-1a5ed04a98f1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:17:57,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-88e65cd1-260a-4762-86cb-1a5ed04a98f1 2018-06-29 13:17:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:57,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-59d7c4e2-efd6-429f-ae3d-ddc7d76bfbc1 Date: Fri, 29 Jun 2018 13:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:57,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-59d7c4e2-efd6-429f-ae3d-ddc7d76bfbc1 2018-06-29 13:17:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026&name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:58,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e23fded6-6528-4eb9-838c-672c7a98f6cb Date: Fri, 29 Jun 2018 13:17:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:17: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":"9df2d150d03e418295cfd19870a1099d","id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet"}]} 2018-06-29 13:17:58,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9a2193e0-9dca-4485-a790-96fef1cb5026&name=NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet used request id req-e23fded6-6528-4eb9-838c-672c7a98f6cb 2018-06-29 13:17:58,005 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net 2018-06-29 13:17:58,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" -d '{"port": {"network_id": "9a2193e0-9dca-4485-a790-96fef1cb5026", "fixed_ips": [{"subnet_id": "7348d384-2eb1-4a96-9a6f-dec8e4094321", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-port", "admin_state_up": true}}' 2018-06-29 13:17:58,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-cb34e9ab-a15c-4f0b-8936-4a3666b1147e Date: Fri, 29 Jun 2018 13:17:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:58Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","ip_address":"10.55.1.100"}],"id":"6e1bc5dd-f7ee-44f0-bfa0-7b7f62ae617c","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:7e:b8","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-port","admin_state_up":true,"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:58Z","binding:vnic_type":"normal"}} 2018-06-29 13:17:58,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-cb34e9ab-a15c-4f0b-8936-4a3666b1147e 2018-06-29 13:17:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:58,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1720 X-Openstack-Request-Id: req-17bcc4a5-a1ee-43a4-bf17-a1347908e0e1 Date: Fri, 29 Jun 2018 13:17:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:57Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","ip_address":"10.55.1.2"}],"id":"6870da86-387d-4840-bd3d-9cc12aaa1cc1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:fe:6f","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9a2193e0-9dca-4485-a790-96fef1cb5026","name":"","admin_state_up":true,"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:17:58Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7348d384-2eb1-4a96-9a6f-dec8e4094321","ip_address":"10.55.1.100"}],"id":"6e1bc5dd-f7ee-44f0-bfa0-7b7f62ae617c","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:7e:b8","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-port","admin_state_up":true,"network_id":"9a2193e0-9dca-4485-a790-96fef1cb5026","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:17:58Z","binding:vnic_type":"normal"}]} 2018-06-29 13:17:58,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-17bcc4a5-a1ee-43a4-bf17-a1347908e0e1 2018-06-29 13:17:58,962 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-port 2018-06-29 13:17:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/6e1bc5dd-f7ee-44f0-bfa0-7b7f62ae617c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:17:59,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7cadb8ee-1c77-4e49-b8a4-03b96c3582ba Date: Fri, 29 Jun 2018 13:17:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:17:59,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/6e1bc5dd-f7ee-44f0-bfa0-7b7f62ae617c used request id req-7cadb8ee-1c77-4e49-b8a4-03b96c3582ba 2018-06-29 13:17:59,716 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet 2018-06-29 13:17:59,716 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-subnet 2018-06-29 13:17:59,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/7348d384-2eb1-4a96-9a6f-dec8e4094321 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:18:00,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0555437f-3ef4-444d-a1d9-afa58c9f87f8 Date: Fri, 29 Jun 2018 13:18:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:00,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7348d384-2eb1-4a96-9a6f-dec8e4094321 used request id req-0555437f-3ef4-444d-a1d9-afa58c9f87f8 2018-06-29 13:18:00,543 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f91c973a-b4df-4fce-947e-265cf13e6f18-pub-net 2018-06-29 13:18:00,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9a2193e0-9dca-4485-a790-96fef1cb5026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a362af254ba780049e98605fe10e62a10f2fa60b" 2018-06-29 13:18:01,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c1df17a-5454-4caf-8ff1-cc0eedbb7aed Date: Fri, 29 Jun 2018 13:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:01,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9a2193e0-9dca-4485-a790-96fef1cb5026 used request id req-9c1df17a-5454-4caf-8ff1-cc0eedbb7aed 2018-06-29 13:18:01,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:02,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Qkto4Zg7Sa6ylSHkY4PQDw"], "issued_at": "2018-06-29T13:18:02.000000Z"}} 2018-06-29 13:18:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:02,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86e9306-cddd-403d-9f24-2dbe4b0de118 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:02,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e86e9306-cddd-403d-9f24-2dbe4b0de118 2018-06-29 13:18:02,164 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net 2018-06-29 13:18:02,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" -d '{"network": {"name": "NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net", "admin_state_up": true}}' 2018-06-29 13:18:02,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-360ab784-3796-4732-a3da-3ce4ac2f318b Date: Fri, 29 Jun 2018 13:18:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:02Z","is_default":false,"provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","mtu":1450}} 2018-06-29 13:18:02,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-360ab784-3796-4732-a3da-3ce4ac2f318b 2018-06-29 13:18:02,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:02,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ba505be7-8253-488d-b07e-c9006b467979 Date: Fri, 29 Jun 2018 13:18:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:02Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:02,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-ba505be7-8253-488d-b07e-c9006b467979 2018-06-29 13:18:02,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:02,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f7481ec8-ada7-40cd-b2e2-4465d3d2d664 Date: Fri, 29 Jun 2018 13:18:02 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:18:02,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-f7481ec8-ada7-40cd-b2e2-4465d3d2d664 2018-06-29 13:18:02,963 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet 2018-06-29 13:18:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" -d '{"subnets": [{"ip_version": 4, "network_id": "48a2d579-2381-4996-9d94-55d386d2c3c2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]}' 2018-06-29 13:18:03,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be544cb6-8b4e-4b82-b150-e9cb985a44ba Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:03,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-be544cb6-8b4e-4b82-b150-e9cb985a44ba 2018-06-29 13:18:03,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ad9e4126-0a12-4667-93e7-f66c1cc32e81 Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8294db97-af4f-43da-9726-4edcec282940"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:03Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:03,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-ad9e4126-0a12-4667-93e7-f66c1cc32e81 2018-06-29 13:18:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-debfacc6-7545-460a-b2a9-70d8ca9dbda7 Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:03,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-debfacc6-7545-460a-b2a9-70d8ca9dbda7 2018-06-29 13:18:03,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-44e9c365-80cf-4e4c-8975-76c979cf82c4 Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8294db97-af4f-43da-9726-4edcec282940"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:03Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:03,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net used request id req-44e9c365-80cf-4e4c-8975-76c979cf82c4 2018-06-29 13:18:03,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:03,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:03,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c74ff9-9b44-4905-b520-94111f86d1fd Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:03,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-64c74ff9-9b44-4905-b520-94111f86d1fd 2018-06-29 13:18:03,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66d3bbbd-3525-463d-867c-b3d279e000a0 Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:03,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-66d3bbbd-3525-463d-867c-b3d279e000a0 2018-06-29 13:18:03,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2&name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:03,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2532e9db-04c4-4452-bd53-c7b59a1913df Date: Fri, 29 Jun 2018 13:18:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:03,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2&name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet used request id req-2532e9db-04c4-4452-bd53-c7b59a1913df 2018-06-29 13:18:03,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:03,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:04,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["7HYlKZCZR1SWtdPjv6RwtA"], "issued_at": "2018-06-29T13:18:04.000000Z"}} 2018-06-29 13:18:04,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05d9b2537fb92abc4194645e2085e679b095fbc" 2018-06-29 13:18:04,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37584d6-8443-43f1-9693-022c843c7ef9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:04,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b37584d6-8443-43f1-9693-022c843c7ef9 2018-06-29 13:18:04,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:04,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2bcdff54-88ec-47ea-a89f-b06dd64b84c6 Date: Fri, 29 Jun 2018 13:18:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8294db97-af4f-43da-9726-4edcec282940"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:03Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:04,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net used request id req-2bcdff54-88ec-47ea-a89f-b06dd64b84c6 2018-06-29 13:18:04,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:04,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5590ca9f-5cde-45c9-8562-4aaecc521683 Date: Fri, 29 Jun 2018 13:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:04,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-5590ca9f-5cde-45c9-8562-4aaecc521683 2018-06-29 13:18:04,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:04,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5d35bf70-9535-4ec4-ad18-d6b23e169b25 Date: Fri, 29 Jun 2018 13:18:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"48a2d579-2381-4996-9d94-55d386d2c3c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8294db97-af4f-43da-9726-4edcec282940"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:03Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:02Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:04,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net used request id req-5d35bf70-9535-4ec4-ad18-d6b23e169b25 2018-06-29 13:18:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:04,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:04,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05d9b2537fb92abc4194645e2085e679b095fbc" 2018-06-29 13:18:04,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17103e2-3ef3-45d7-af49-51187a87e866 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:04,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e17103e2-3ef3-45d7-af49-51187a87e866 2018-06-29 13:18:04,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:04,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d95cd574-ca83-4568-aaee-f0ac40dc7be4 Date: Fri, 29 Jun 2018 13:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:04,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-d95cd574-ca83-4568-aaee-f0ac40dc7be4 2018-06-29 13:18:04,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2&name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:04,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2c397720-dc91-4e67-aa4e-03904b09e1ee Date: Fri, 29 Jun 2018 13:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"8294db97-af4f-43da-9726-4edcec282940","subnetpool_id":null,"name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet"}]} 2018-06-29 13:18:04,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=48a2d579-2381-4996-9d94-55d386d2c3c2&name=NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet used request id req-2c397720-dc91-4e67-aa4e-03904b09e1ee 2018-06-29 13:18:04,824 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net 2018-06-29 13:18:04,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" -d '{"port": {"network_id": "48a2d579-2381-4996-9d94-55d386d2c3c2", "fixed_ips": [{"subnet_id": "8294db97-af4f-43da-9726-4edcec282940", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-port", "admin_state_up": true}}' 2018-06-29 13:18:05,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-1de47f55-c70c-437f-852f-6e91bf9990e9 Date: Fri, 29 Jun 2018 13:18:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:05Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8294db97-af4f-43da-9726-4edcec282940","ip_address":"10.55.1.100"}],"id":"58238217-e9b8-4eff-b3e2-6a8be67d9ba0","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:4b:4f","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-port","admin_state_up":true,"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:04Z","binding:vnic_type":"normal"}} 2018-06-29 13:18:05,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-1de47f55-c70c-437f-852f-6e91bf9990e9 2018-06-29 13:18:05,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:05,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1720 X-Openstack-Request-Id: req-35114708-aae8-4276-a446-162650c8b8c0 Date: Fri, 29 Jun 2018 13:18:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:05Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8294db97-af4f-43da-9726-4edcec282940","ip_address":"10.55.1.100"}],"id":"58238217-e9b8-4eff-b3e2-6a8be67d9ba0","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:4b:4f","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-port","admin_state_up":true,"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:04Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8294db97-af4f-43da-9726-4edcec282940","ip_address":"10.55.1.2"}],"id":"93669c6f-cb1d-4f52-a245-e46fb5afdd51","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f0:0a:00","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48a2d579-2381-4996-9d94-55d386d2c3c2","name":"","admin_state_up":true,"network_id":"48a2d579-2381-4996-9d94-55d386d2c3c2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:03Z","binding:vnic_type":"normal"}]} 2018-06-29 13:18:05,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-35114708-aae8-4276-a446-162650c8b8c0 2018-06-29 13:18:05,715 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-port 2018-06-29 13:18:05,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/58238217-e9b8-4eff-b3e2-6a8be67d9ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:06,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-600c7efd-06c2-4141-bc57-a285e3c4b58c Date: Fri, 29 Jun 2018 13:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:06,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/58238217-e9b8-4eff-b3e2-6a8be67d9ba0 used request id req-600c7efd-06c2-4141-bc57-a285e3c4b58c 2018-06-29 13:18:06,234 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet 2018-06-29 13:18:06,234 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-subnet 2018-06-29 13:18:06,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/8294db97-af4f-43da-9726-4edcec282940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:07,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f6aa9ea-055b-4e44-988d-65be6cceae1f Date: Fri, 29 Jun 2018 13:18:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:07,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8294db97-af4f-43da-9726-4edcec282940 used request id req-3f6aa9ea-055b-4e44-988d-65be6cceae1f 2018-06-29 13:18:07,296 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-eaa781c1-33e2-4a24-b85c-a071e9fc9ad9-pub-net 2018-06-29 13:18:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/48a2d579-2381-4996-9d94-55d386d2c3c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b887768df1179c5cf6a0392d4728644f634614" 2018-06-29 13:18:08,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8d2e703-cb3b-4a9d-9cf5-ccc0cba0fee0 Date: Fri, 29 Jun 2018 13:18:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:08,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/48a2d579-2381-4996-9d94-55d386d2c3c2 used request id req-e8d2e703-cb3b-4a9d-9cf5-ccc0cba0fee0 2018-06-29 13:18:08,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:09,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["bw4rRlb2RsypQn-ZmRTeYA"], "issued_at": "2018-06-29T13:18:09.000000Z"}} 2018-06-29 13:18:09,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:09,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80cc857-c1ce-46ff-b880-b78754fb46ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:09,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b80cc857-c1ce-46ff-b880-b78754fb46ab 2018-06-29 13:18:09,278 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net 2018-06-29 13:18:09,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" -d '{"network": {"name": "NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net", "admin_state_up": true}}' 2018-06-29 13:18:09,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-51f4cbfe-d486-4c0c-8f9d-6a54b26a5524 Date: Fri, 29 Jun 2018 13:18:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:09Z","is_default":false,"provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","mtu":1450}} 2018-06-29 13:18:09,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-51f4cbfe-d486-4c0c-8f9d-6a54b26a5524 2018-06-29 13:18:09,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:09,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6927b23b-f1c8-441e-9c17-e2bce78e4eb2 Date: Fri, 29 Jun 2018 13:18:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:09Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:09,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-6927b23b-f1c8-441e-9c17-e2bce78e4eb2 2018-06-29 13:18:09,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:09,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eab27ad9-7c33-46b6-8df0-69372766d28e Date: Fri, 29 Jun 2018 13:18:09 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:18:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-eab27ad9-7c33-46b6-8df0-69372766d28e 2018-06-29 13:18:09,998 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet 2018-06-29 13:18:10,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" -d '{"subnets": [{"ip_version": 4, "network_id": "e30a358b-a450-4f92-933a-27c0d307eb70", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]}' 2018-06-29 13:18:10,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f8e01dc2-6f76-4885-b60c-05f729db7d98 Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:10,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f8e01dc2-6f76-4885-b60c-05f729db7d98 2018-06-29 13:18:10,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3fc895a2-d70c-4814-94f3-a9bd29c0d5f0 Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["38e5c0b2-e5f3-4098-99ba-4f6a9705c80b"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:10Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:10,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-3fc895a2-d70c-4814-94f3-a9bd29c0d5f0 2018-06-29 13:18:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-587c2810-63d4-4330-b476-762a2841e2dc Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:10,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-587c2810-63d4-4330-b476-762a2841e2dc 2018-06-29 13:18:10,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-afdc2284-2662-44c0-8cdb-2a712162109d Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["38e5c0b2-e5f3-4098-99ba-4f6a9705c80b"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:10Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:10,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net used request id req-afdc2284-2662-44c0-8cdb-2a712162109d 2018-06-29 13:18:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:10,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb20ed5-147a-4336-a4e3-b5ef8f8ddb51 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:10,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5cb20ed5-147a-4336-a4e3-b5ef8f8ddb51 2018-06-29 13:18:10,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c61cc3b-8fe3-439e-9294-9e1ab0a7657c Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:10,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-1c61cc3b-8fe3-439e-9294-9e1ab0a7657c 2018-06-29 13:18:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70&name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:10,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e3ef8b1-f908-4a46-b631-3d4bd8b7df2b Date: Fri, 29 Jun 2018 13:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:10,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70&name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet used request id req-0e3ef8b1-f908-4a46-b631-3d4bd8b7df2b 2018-06-29 13:18:10,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:10,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:11,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Tq53lg5_RPqjR59brhAo5Q"], "issued_at": "2018-06-29T13:18:11.000000Z"}} 2018-06-29 13:18:11,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}273044feebd9c92b637ef0414c03d37e90ffd02d" 2018-06-29 13:18:11,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a9fef82-3402-4461-8648-da8bd7828517 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:11,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a9fef82-3402-4461-8648-da8bd7828517 2018-06-29 13:18:11,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:11,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c634f9f7-23e3-4fa9-a2cf-73a600c84eb4 Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["38e5c0b2-e5f3-4098-99ba-4f6a9705c80b"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:10Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:11,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net used request id req-c634f9f7-23e3-4fa9-a2cf-73a600c84eb4 2018-06-29 13:18:11,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:11,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c701c032-591e-4ef2-82c6-1896e5d19f1d Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:11,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-c701c032-591e-4ef2-82c6-1896e5d19f1d 2018-06-29 13:18:11,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:11,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-11d03a65-dfda-4602-a62e-a160d4a41988 Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e30a358b-a450-4f92-933a-27c0d307eb70","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["38e5c0b2-e5f3-4098-99ba-4f6a9705c80b"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:10Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:09Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:11,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net used request id req-11d03a65-dfda-4602-a62e-a160d4a41988 2018-06-29 13:18:11,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:11,399 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:11,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}273044feebd9c92b637ef0414c03d37e90ffd02d" 2018-06-29 13:18:11,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c9dd5d-1eb0-44ce-b197-69d0bbcf8d17 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:11,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-29c9dd5d-1eb0-44ce-b197-69d0bbcf8d17 2018-06-29 13:18:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:11,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8cbda59a-4e29-4a78-9852-ecfb79eef694 Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:11,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-8cbda59a-4e29-4a78-9852-ecfb79eef694 2018-06-29 13:18:11,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70&name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:11,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-18d5b59c-5c9c-463a-81aa-9bc85ef6bdc1 Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e30a358b-a450-4f92-933a-27c0d307eb70","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:10Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:10Z","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":"9df2d150d03e418295cfd19870a1099d","id":"38e5c0b2-e5f3-4098-99ba-4f6a9705c80b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet"}]} 2018-06-29 13:18:11,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e30a358b-a450-4f92-933a-27c0d307eb70&name=NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet used request id req-18d5b59c-5c9c-463a-81aa-9bc85ef6bdc1 2018-06-29 13:18:11,519 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net 2018-06-29 13:18:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" -d '{"port": {"network_id": "e30a358b-a450-4f92-933a-27c0d307eb70", "fixed_ips": [{"subnet_id": "38e5c0b2-e5f3-4098-99ba-4f6a9705c80b", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-port", "admin_state_up": true}}' 2018-06-29 13:18:11,535 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-f9e0267a-db6c-4fed-b03d-aa0c8b6973c0 Date: Fri, 29 Jun 2018 13:18:11 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 13:18:11,535 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-f9e0267a-db6c-4fed-b03d-aa0c8b6973c0 2018-06-29 13:18:11,535 - 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-06-29 13:18:11,535 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet 2018-06-29 13:18:11,536 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-subnet 2018-06-29 13:18:11,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/38e5c0b2-e5f3-4098-99ba-4f6a9705c80b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:12,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2644d20-dc68-485a-ad50-5cbe28563e6f Date: Fri, 29 Jun 2018 13:18:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:12,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/38e5c0b2-e5f3-4098-99ba-4f6a9705c80b used request id req-e2644d20-dc68-485a-ad50-5cbe28563e6f 2018-06-29 13:18:12,632 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f7cd5040-0a7c-48a8-ab48-aa410e7671e9-pub-net 2018-06-29 13:18:12,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/e30a358b-a450-4f92-933a-27c0d307eb70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bce0ce46cfddb25564d7fa8653fecb37b52fe0" 2018-06-29 13:18:14,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdca447a-466a-4703-bfe3-1acfe65a0e63 Date: Fri, 29 Jun 2018 13:18:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:14,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e30a358b-a450-4f92-933a-27c0d307eb70 used request id req-fdca447a-466a-4703-bfe3-1acfe65a0e63 2018-06-29 13:18:14,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:14,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["BqtOCBMgQBOOV5oxWAlBHA"], "issued_at": "2018-06-29T13:18:14.000000Z"}} 2018-06-29 13:18:14,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:14,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5698c170-5712-47b1-9a85-4a672bf9d112 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:14,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5698c170-5712-47b1-9a85-4a672bf9d112 2018-06-29 13:18:14,764 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net 2018-06-29 13:18:14,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" -d '{"network": {"name": "NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net", "admin_state_up": true}}' 2018-06-29 13:18:15,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ea13dfd0-f161-45b2-99a4-c36fd6b9858b Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","is_default":false,"provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","mtu":1450}} 2018-06-29 13:18:15,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ea13dfd0-f161-45b2-99a4-c36fd6b9858b 2018-06-29 13:18:15,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:15,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-80a40022-1ed4-4bfa-bd67-81c5ea2ee687 Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:15,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-80a40022-1ed4-4bfa-bd67-81c5ea2ee687 2018-06-29 13:18:15,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:15,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e35a32d-3d65-420d-9375-7ec709c08f39 Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:18:15,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-5e35a32d-3d65-420d-9375-7ec709c08f39 2018-06-29 13:18:15,256 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet 2018-06-29 13:18:15,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" -d '{"subnets": [{"ip_version": 4, "network_id": "45708337-1221-45da-81f2-0cd0cea07bc2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]}' 2018-06-29 13:18:15,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bda8e1a6-390f-47b0-8bdd-042f7df3a09c Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:15,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bda8e1a6-390f-47b0-8bdd-042f7df3a09c 2018-06-29 13:18:15,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:15,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6b7d2806-4988-4dab-a26a-dc8c09a5d5ff Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["9450d934-7ed4-4c2a-9f59-cfee001abd64"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:15,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-6b7d2806-4988-4dab-a26a-dc8c09a5d5ff 2018-06-29 13:18:15,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:15,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e36bd138-f05f-4815-acc2-2919b536c12d Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:15,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-e36bd138-f05f-4815-acc2-2919b536c12d 2018-06-29 13:18:15,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:15,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-95d4093b-b640-4a0b-b30f-893f6fe4a567 Date: Fri, 29 Jun 2018 13:18:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["9450d934-7ed4-4c2a-9f59-cfee001abd64"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:15,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net used request id req-95d4093b-b640-4a0b-b30f-893f6fe4a567 2018-06-29 13:18:15,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:15,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:15,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e35298-d0d9-4fd4-b4ba-bcb28d5f7cca Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:16,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-09e35298-d0d9-4fd4-b4ba-bcb28d5f7cca 2018-06-29 13:18:16,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a67c10c4-c84a-455b-b592-5225081dbeaa Date: Fri, 29 Jun 2018 13:18:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:16,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-a67c10c4-c84a-455b-b592-5225081dbeaa 2018-06-29 13:18:16,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2&name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eaab3acd-5b36-4d69-a79b-9f19a9f15e13 Date: Fri, 29 Jun 2018 13:18:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:16,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2&name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet used request id req-eaab3acd-5b36-4d69-a79b-9f19a9f15e13 2018-06-29 13:18:16,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:16,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:16,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["A1x8N2UJQAuZbLFUZiHFUQ"], "issued_at": "2018-06-29T13:18:16.000000Z"}} 2018-06-29 13:18:16,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49fa9979f95ba1e63bd52beeaa34085e2b8b743" 2018-06-29 13:18:16,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4118a44-cde6-48ac-add6-ca9fdb6a1d0c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:16,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a4118a44-cde6-48ac-add6-ca9fdb6a1d0c 2018-06-29 13:18:16,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-02bd941b-9a99-47e5-8811-5b4d98883fb1 Date: Fri, 29 Jun 2018 13:18:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["9450d934-7ed4-4c2a-9f59-cfee001abd64"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:16,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net used request id req-02bd941b-9a99-47e5-8811-5b4d98883fb1 2018-06-29 13:18:16,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f70a2f7a-e03a-4e7d-8088-f06bbf61e6be Date: Fri, 29 Jun 2018 13:18:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:16,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-f70a2f7a-e03a-4e7d-8088-f06bbf61e6be 2018-06-29 13:18:16,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:16,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f002963d-49fe-45fe-9a6e-b172a6b7281c Date: Fri, 29 Jun 2018 13:18:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"45708337-1221-45da-81f2-0cd0cea07bc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["9450d934-7ed4-4c2a-9f59-cfee001abd64"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:15Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:14Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:16,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net used request id req-f002963d-49fe-45fe-9a6e-b172a6b7281c 2018-06-29 13:18:16,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:16,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:16,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49fa9979f95ba1e63bd52beeaa34085e2b8b743" 2018-06-29 13:18:16,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03074578-033b-40ca-a776-c96b76b22c35 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:16,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-03074578-033b-40ca-a776-c96b76b22c35 2018-06-29 13:18:16,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:17,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb1431b9-9973-42c7-baf0-fdac3396db7d Date: Fri, 29 Jun 2018 13:18:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:17,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-eb1431b9-9973-42c7-baf0-fdac3396db7d 2018-06-29 13:18:17,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2&name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:17,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6d066617-59c7-47e1-a52e-ac5f2f9496dd Date: Fri, 29 Jun 2018 13:18:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45708337-1221-45da-81f2-0cd0cea07bc2","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:15Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18: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":"9df2d150d03e418295cfd19870a1099d","id":"9450d934-7ed4-4c2a-9f59-cfee001abd64","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet"}]} 2018-06-29 13:18:17,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45708337-1221-45da-81f2-0cd0cea07bc2&name=NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet used request id req-6d066617-59c7-47e1-a52e-ac5f2f9496dd 2018-06-29 13:18:17,052 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net 2018-06-29 13:18:17,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" -d '{"port": {"network_id": "45708337-1221-45da-81f2-0cd0cea07bc2", "fixed_ips": [{"subnet_id": "9450d934-7ed4-4c2a-9f59-cfee001abd64", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-port", "admin_state_up": true}}' 2018-06-29 13:18:17,275 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-75b01c22-a2ad-4ab7-9318-16a49a91e448 Date: Fri, 29 Jun 2018 13:18:17 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-06-29 13:18:17,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-75b01c22-a2ad-4ab7-9318-16a49a91e448 2018-06-29 13:18:17,275 - 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-06-29 13:18:17,275 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet 2018-06-29 13:18:17,276 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-subnet 2018-06-29 13:18:17,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/9450d934-7ed4-4c2a-9f59-cfee001abd64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:18,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db143521-7287-4450-96ba-101ff486d3a7 Date: Fri, 29 Jun 2018 13:18:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:18,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9450d934-7ed4-4c2a-9f59-cfee001abd64 used request id req-db143521-7287-4450-96ba-101ff486d3a7 2018-06-29 13:18:18,371 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2e396c9f-f76c-4f5a-b0b5-6bd1c1754c69-pub-net 2018-06-29 13:18:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/45708337-1221-45da-81f2-0cd0cea07bc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12084bedd346d685449d75ebb363b20687933fa" 2018-06-29 13:18:19,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9753521a-db04-4dd3-b98a-5b9f92e1ee72 Date: Fri, 29 Jun 2018 13:18:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:19,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/45708337-1221-45da-81f2-0cd0cea07bc2 used request id req-9753521a-db04-4dd3-b98a-5b9f92e1ee72 2018-06-29 13:18:19,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:20,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["2zwxGCNCQmuFuu4DmVhXSA"], "issued_at": "2018-06-29T13:18:20.000000Z"}} 2018-06-29 13:18:20,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:20,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af76311f-1861-411e-9f89-d585331caf8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:20,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af76311f-1861-411e-9f89-d585331caf8b 2018-06-29 13:18:20,443 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net 2018-06-29 13:18:20,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" -d '{"network": {"name": "NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net", "admin_state_up": true}}' 2018-06-29 13:18:20,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bd12865b-900b-4566-870a-78f8e2e76e4e Date: Fri, 29 Jun 2018 13:18:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:20Z","is_default":false,"provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","mtu":1450}} 2018-06-29 13:18:20,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-bd12865b-900b-4566-870a-78f8e2e76e4e 2018-06-29 13:18:20,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:20,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-078831d4-5d8c-4597-b3bd-4103782d2990 Date: Fri, 29 Jun 2018 13:18:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:20Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:20,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-078831d4-5d8c-4597-b3bd-4103782d2990 2018-06-29 13:18:20,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:20,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e555749d-28e5-4f11-997c-604069e66c10 Date: Fri, 29 Jun 2018 13:18:20 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:18:20,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-e555749d-28e5-4f11-997c-604069e66c10 2018-06-29 13:18:20,939 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet 2018-06-29 13:18:20,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" -d '{"subnets": [{"ip_version": 4, "network_id": "08994690-e6b8-467e-bf42-bc6b46ba7b3f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]}' 2018-06-29 13:18:21,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84b4ba1d-1268-4fc7-bda9-c8bd057454c4 Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:21,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-84b4ba1d-1268-4fc7-bda9-c8bd057454c4 2018-06-29 13:18:21,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0b051dda-7c65-45af-abec-1cee74d0a7df Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["45e9638d-67af-4398-bd31-c09f4c7e5423"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:21Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:21,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-0b051dda-7c65-45af-abec-1cee74d0a7df 2018-06-29 13:18:21,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-272b9b75-d477-408c-95eb-929f249e086c Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:21,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-272b9b75-d477-408c-95eb-929f249e086c 2018-06-29 13:18:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dbe38285-b0b4-4e5f-9a82-8990d1079c06 Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["45e9638d-67af-4398-bd31-c09f4c7e5423"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:21Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:21,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net used request id req-dbe38285-b0b4-4e5f-9a82-8990d1079c06 2018-06-29 13:18:21,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:21,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:21,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d757ec09-36c1-423c-8ebc-ba7d7b910c32 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:21,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-d757ec09-36c1-423c-8ebc-ba7d7b910c32 2018-06-29 13:18:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fd9dde6-ccc6-494a-9e22-a8761c257e7f Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:21,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-8fd9dde6-ccc6-494a-9e22-a8761c257e7f 2018-06-29 13:18:21,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f&name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:21,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-360d155e-ef9b-480e-9c5c-71ec46352a57 Date: Fri, 29 Jun 2018 13:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:21,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f&name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet used request id req-360d155e-ef9b-480e-9c5c-71ec46352a57 2018-06-29 13:18:21,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:21,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:22,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["uIr84pJBS6WJHbHak-Q4Zg"], "issued_at": "2018-06-29T13:18:22.000000Z"}} 2018-06-29 13:18:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51195d883f9eb0784d7ee76223a7c7cf2136bd2f" 2018-06-29 13:18:22,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be47c0ae-0674-4b01-a974-a6526e65b3c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:22,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be47c0ae-0674-4b01-a974-a6526e65b3c9 2018-06-29 13:18:22,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:22,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e5ce3472-ddd8-4bce-abcf-7066e22259eb Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["45e9638d-67af-4398-bd31-c09f4c7e5423"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:21Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:22,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net used request id req-e5ce3472-ddd8-4bce-abcf-7066e22259eb 2018-06-29 13:18:22,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:22,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6cb2916f-d892-4c84-9c85-1d66a0fe2311 Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:22,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-6cb2916f-d892-4c84-9c85-1d66a0fe2311 2018-06-29 13:18:22,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:22,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ac477939-d80c-472e-acec-14f971c295fe Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["45e9638d-67af-4398-bd31-c09f4c7e5423"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:21Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:20Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:22,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net used request id req-ac477939-d80c-472e-acec-14f971c295fe 2018-06-29 13:18:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:22,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51195d883f9eb0784d7ee76223a7c7cf2136bd2f" 2018-06-29 13:18:22,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b669a0c8-6a67-4d7c-8ffe-cfba2ae22a2f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:22,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-b669a0c8-6a67-4d7c-8ffe-cfba2ae22a2f 2018-06-29 13:18:22,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:22,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9292c2f5-eb76-481d-8e16-921167e775e7 Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:22,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-9292c2f5-eb76-481d-8e16-921167e775e7 2018-06-29 13:18:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f&name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:22,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b3cd0847-c203-4e57-b239-06c501918325 Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08994690-e6b8-467e-bf42-bc6b46ba7b3f","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:21Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:21Z","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":"9df2d150d03e418295cfd19870a1099d","id":"45e9638d-67af-4398-bd31-c09f4c7e5423","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet"}]} 2018-06-29 13:18:22,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=08994690-e6b8-467e-bf42-bc6b46ba7b3f&name=NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet used request id req-b3cd0847-c203-4e57-b239-06c501918325 2018-06-29 13:18:22,768 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net 2018-06-29 13:18:22,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" -d '{"port": {"network_id": "08994690-e6b8-467e-bf42-bc6b46ba7b3f", "fixed_ips": [{"subnet_id": "45e9638d-67af-4398-bd31-c09f4c7e5423", "ip_address": null}], "name": "NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-port", "admin_state_up": true}}' 2018-06-29 13:18:22,787 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-4fada80d-f8da-4ee4-afbe-26752db4dd00 Date: Fri, 29 Jun 2018 13:18:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 13:18:22,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-4fada80d-f8da-4ee4-afbe-26752db4dd00 2018-06-29 13:18:22,787 - 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-06-29 13:18:22,788 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet 2018-06-29 13:18:22,788 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-subnet 2018-06-29 13:18:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/45e9638d-67af-4398-bd31-c09f4c7e5423 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:24,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b856cadb-1177-42ca-9f2a-b11f8fb44fe5 Date: Fri, 29 Jun 2018 13:18:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:24,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/45e9638d-67af-4398-bd31-c09f4c7e5423 used request id req-b856cadb-1177-42ca-9f2a-b11f8fb44fe5 2018-06-29 13:18:24,211 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d99c25f2-c869-41ee-9fc3-ed2060845655-pub-net 2018-06-29 13:18:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/08994690-e6b8-467e-bf42-bc6b46ba7b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd00ee6edc8d417ad9b4934229aa65c9888eafba" 2018-06-29 13:18:25,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37a00f5e-b7ef-427d-ab04-b0b3c898e762 Date: Fri, 29 Jun 2018 13:18:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:25,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/08994690-e6b8-467e-bf42-bc6b46ba7b3f used request id req-37a00f5e-b7ef-427d-ab04-b0b3c898e762 2018-06-29 13:18:25,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:26,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Ury4kgcYQJ--0sD6anW77Q"], "issued_at": "2018-06-29T13:18:26.000000Z"}} 2018-06-29 13:18:26,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:26,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe0e1ba-fe49-4e98-964d-14dd43c5e51b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:26,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-abe0e1ba-fe49-4e98-964d-14dd43c5e51b 2018-06-29 13:18:26,096 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net 2018-06-29 13:18:26,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" -d '{"network": {"name": "NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net", "admin_state_up": true}}' 2018-06-29 13:18:26,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-10a55938-5d24-4565-a98c-5974da795bba Date: Fri, 29 Jun 2018 13:18:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","is_default":false,"provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","mtu":1450}} 2018-06-29 13:18:26,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-10a55938-5d24-4565-a98c-5974da795bba 2018-06-29 13:18:26,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:26,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d50d3f07-74a8-4573-8f55-9baf2fd954cf Date: Fri, 29 Jun 2018 13:18:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:26,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-d50d3f07-74a8-4573-8f55-9baf2fd954cf 2018-06-29 13:18:26,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:26,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8163791f-5e60-428c-bc44-26cb15fbce0c Date: Fri, 29 Jun 2018 13:18:26 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:18:26,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-8163791f-5e60-428c-bc44-26cb15fbce0c 2018-06-29 13:18:26,632 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet 2018-06-29 13:18:26,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" -d '{"subnets": [{"ip_version": 4, "network_id": "243afbf5-0352-4acb-88ce-7f668bfd500c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]}' 2018-06-29 13:18:26,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8de30a42-740e-47b8-80e1-5f7684f921f8 Date: Fri, 29 Jun 2018 13:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:26,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-8de30a42-740e-47b8-80e1-5f7684f921f8 2018-06-29 13:18:26,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0ac38352-e6e9-404f-8bb8-555b6a008318 Date: Fri, 29 Jun 2018 13:18:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8a54c995-c2b8-4a1d-b018-aa7f0f14b831"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:27,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-0ac38352-e6e9-404f-8bb8-555b6a008318 2018-06-29 13:18:27,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-505d0ae1-c3e2-476d-8c70-4f15a914cdc4 Date: Fri, 29 Jun 2018 13:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:27,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-505d0ae1-c3e2-476d-8c70-4f15a914cdc4 2018-06-29 13:18:27,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8d232821-96d2-4aeb-b0db-886e6891d7a9 Date: Fri, 29 Jun 2018 13:18:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8a54c995-c2b8-4a1d-b018-aa7f0f14b831"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:27,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net used request id req-8d232821-96d2-4aeb-b0db-886e6891d7a9 2018-06-29 13:18:27,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:27,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:27,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93f6f47-0088-48fa-8638-4187cf7ed37b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:27,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e93f6f47-0088-48fa-8638-4187cf7ed37b 2018-06-29 13:18:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-36d141bf-a52d-4b71-b045-248c45db1ac7 Date: Fri, 29 Jun 2018 13:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:27,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-36d141bf-a52d-4b71-b045-248c45db1ac7 2018-06-29 13:18:27,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c&name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:27,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-93e6e411-4e9e-4339-9b17-1ff376fcbd5b Date: Fri, 29 Jun 2018 13:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:27,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c&name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet used request id req-93e6e411-4e9e-4339-9b17-1ff376fcbd5b 2018-06-29 13:18:27,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:27,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:27,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["nEsG_C8BRBeLus6HSveBaA"], "issued_at": "2018-06-29T13:18:27.000000Z"}} 2018-06-29 13:18:27,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d904db865e2ac6c93445b624e226524200f9689b" 2018-06-29 13:18:28,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3f6b63-04de-42a1-9ce0-cc63ca46c816 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:28,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e3f6b63-04de-42a1-9ce0-cc63ca46c816 2018-06-29 13:18:28,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:28,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d0655a94-c34f-41b3-979d-47751c640511 Date: Fri, 29 Jun 2018 13:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8a54c995-c2b8-4a1d-b018-aa7f0f14b831"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:28,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net used request id req-d0655a94-c34f-41b3-979d-47751c640511 2018-06-29 13:18:28,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:28,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5113651d-d48f-4343-b85a-4303b63f011d Date: Fri, 29 Jun 2018 13:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:28,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-5113651d-d48f-4343-b85a-4303b63f011d 2018-06-29 13:18:28,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:28,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-43d7ea07-e337-422f-900a-b381052f26f6 Date: Fri, 29 Jun 2018 13:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"243afbf5-0352-4acb-88ce-7f668bfd500c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["8a54c995-c2b8-4a1d-b018-aa7f0f14b831"],"description":"","tags":[],"updated_at":"2018-06-29T13:18:26Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","provider:network_type":"vxlan"}]} 2018-06-29 13:18:28,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net used request id req-43d7ea07-e337-422f-900a-b381052f26f6 2018-06-29 13:18:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:28,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d904db865e2ac6c93445b624e226524200f9689b" 2018-06-29 13:18:28,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1326ecf2-9ff2-4329-8eb7-424ebd737883 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:28,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-1326ecf2-9ff2-4329-8eb7-424ebd737883 2018-06-29 13:18:28,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:28,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a1a6668-ba4b-4d22-bf98-6d24bc3976ad Date: Fri, 29 Jun 2018 13:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:28,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-6a1a6668-ba4b-4d22-bf98-6d24bc3976ad 2018-06-29 13:18:28,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c&name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:28,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3973d18e-3e35-4bb5-a26f-862c8966cac3 Date: Fri, 29 Jun 2018 13:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:26Z","dns_nameservers":[],"updated_at":"2018-06-29T13:18:26Z","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":"9df2d150d03e418295cfd19870a1099d","id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","subnetpool_id":null,"name":"NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet"}]} 2018-06-29 13:18:28,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=243afbf5-0352-4acb-88ce-7f668bfd500c&name=NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet used request id req-3973d18e-3e35-4bb5-a26f-862c8966cac3 2018-06-29 13:18:28,439 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net 2018-06-29 13:18:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" -d '{"port": {"network_id": "243afbf5-0352-4acb-88ce-7f668bfd500c", "fixed_ips": [{"subnet_id": "8a54c995-c2b8-4a1d-b018-aa7f0f14b831", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-06-29 13:18:29,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-7b2db8e8-c84e-4605-a5fb-a95093bcc58b Date: Fri, 29 Jun 2018 13:18:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:28Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","ip_address":"10.55.1.100"}],"id":"c0de7eaa-2635-49d2-bfcf-227fba7ca948","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9a:a5:db","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:28Z","binding:vnic_type":"normal"}} 2018-06-29 13:18:29,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-7b2db8e8-c84e-4605-a5fb-a95093bcc58b 2018-06-29 13:18:29,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/c0de7eaa-2635-49d2-bfcf-227fba7ca948 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:29,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-9b8e3ff8-1b2f-44e0-a1e6-b301921852c6 Date: Fri, 29 Jun 2018 13:18:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:28Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8a54c995-c2b8-4a1d-b018-aa7f0f14b831","ip_address":"10.55.1.100"}],"id":"c0de7eaa-2635-49d2-bfcf-227fba7ca948","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9a:a5:db","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"243afbf5-0352-4acb-88ce-7f668bfd500c","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:18:28Z","binding:vnic_type":"normal"}} 2018-06-29 13:18:29,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/c0de7eaa-2635-49d2-bfcf-227fba7ca948 used request id req-9b8e3ff8-1b2f-44e0-a1e6-b301921852c6 2018-06-29 13:18:29,183 - neutron_utils - INFO - Deleting port with name 2018-06-29 13:18:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/c0de7eaa-2635-49d2-bfcf-227fba7ca948 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:29,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a95d0f9-01f4-4ca3-b72e-194f9f7077bd Date: Fri, 29 Jun 2018 13:18:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:29,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/c0de7eaa-2635-49d2-bfcf-227fba7ca948 used request id req-0a95d0f9-01f4-4ca3-b72e-194f9f7077bd 2018-06-29 13:18:29,890 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet 2018-06-29 13:18:29,890 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-subnet 2018-06-29 13:18:29,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/8a54c995-c2b8-4a1d-b018-aa7f0f14b831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:30,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-557aba5d-7c88-4a70-8153-58ab6a20b575 Date: Fri, 29 Jun 2018 13:18:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:30,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8a54c995-c2b8-4a1d-b018-aa7f0f14b831 used request id req-557aba5d-7c88-4a70-8153-58ab6a20b575 2018-06-29 13:18:30,854 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-99d40218-619d-4a7e-98a5-ab6dcf2b5cbe-pub-net 2018-06-29 13:18:30,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/243afbf5-0352-4acb-88ce-7f668bfd500c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b9a1f719b4f7a36d2ad79527278b5874e04f6" 2018-06-29 13:18:32,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55e59d72-f328-43a2-a7d8-f294e3af1f4f Date: Fri, 29 Jun 2018 13:18:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:32,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/243afbf5-0352-4acb-88ce-7f668bfd500c used request id req-55e59d72-f328-43a2-a7d8-f294e3af1f4f 2018-06-29 13:18:32,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:32,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Ve-YIuKlSn-47GtO7leyIw"], "issued_at": "2018-06-29T13:18:32.000000Z"}} 2018-06-29 13:18:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143f7946fc2c27a349a582156e98cc36dd682f9b" 2018-06-29 13:18:32,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24a3c38-d1ef-47ee-bb92-0ef380c1b87c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:32,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f24a3c38-d1ef-47ee-bb92-0ef380c1b87c 2018-06-29 13:18:32,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:32,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:33,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["CLoUrcSlS8eRnH95LypYMQ"], "issued_at": "2018-06-29T13:18:33.000000Z"}} 2018-06-29 13:18:33,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04bf68a0a546fad69ad1e7058a57f5f1064bf80c" 2018-06-29 13:18:33,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c46d8fd4-b6ec-44ec-a366-092770296c07 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:33,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c46d8fd4-b6ec-44ec-a366-092770296c07 2018-06-29 13:18:33,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e484bec1-60ea-483d-b6a7-ff89f3a152ef-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143f7946fc2c27a349a582156e98cc36dd682f9b" 2018-06-29 13:18:33,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e7939f8f-f0e0-4f0d-a9d9-e0452d0de0d8 Date: Fri, 29 Jun 2018 13:18:33 GMT RESP BODY: {"networks":[]} 2018-06-29 13:18:33,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e484bec1-60ea-483d-b6a7-ff89f3a152ef-pub-net used request id req-e7939f8f-f0e0-4f0d-a9d9-e0452d0de0d8 2018-06-29 13:18:33,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:34,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["3O2xoCe0SjuWaLxwkn47NQ"], "issued_at": "2018-06-29T13:18:34.000000Z"}} 2018-06-29 13:18:34,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:34,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78bf1427-5a7f-454f-af55-cf3692078354 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:34,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-78bf1427-5a7f-454f-af55-cf3692078354 2018-06-29 13:18:34,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:34,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:34,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["GmWUmoGWRh-t_CNdR2BC3A"], "issued_at": "2018-06-29T13:18:34.000000Z"}} 2018-06-29 13:18:34,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2fc9f04c1773cbf24a841dbff05c90255d0d04b" 2018-06-29 13:18:34,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb2aaa21-9ff7-47d3-a4dd-3ea58eacaf98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:34,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fb2aaa21-9ff7-47d3-a4dd-3ea58eacaf98 2018-06-29 13:18:34,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:35,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-780d9dc2-45a5-435a-bdcd-b4750b0af468 Date: Fri, 29 Jun 2018 13:18:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:18:35,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-780d9dc2-45a5-435a-bdcd-b4750b0af468 2018-06-29 13:18:35,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:35,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c8931e97-b392-4a0b-ab5b-95e36c61f892 Date: Fri, 29 Jun 2018 13:18:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:18:35,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-c8931e97-b392-4a0b-ab5b-95e36c61f892 2018-06-29 13:18:35,101 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router 2018-06-29 13:18:35,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" -d '{"router": {"external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}, "name": "NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router", "admin_state_up": true}}' 2018-06-29 13:18:36,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-b5ba020d-4e76-4484-a45d-f579e4f94341 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:18:35Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ee18ce77-dead-4a89-9089-02c26ee34391", "name": "NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router"}} 2018-06-29 13:18:36,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-b5ba020d-4e76-4484-a45d-f579e4f94341 2018-06-29 13:18:36,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ee18ce77-dead-4a89-9089-02c26ee34391 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bc15506c-64ce-4bdd-b5b5-f7f38cf5f043 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:35Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"f669a93f-b2aa-44f6-ab8b-b34725967562","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:40:09:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ee18ce77-dead-4a89-9089-02c26ee34391","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:18:35Z","binding:vnic_type":"normal"}]} 2018-06-29 13:18:36,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ee18ce77-dead-4a89-9089-02c26ee34391 used request id req-bc15506c-64ce-4bdd-b5b5-f7f38cf5f043 2018-06-29 13:18:36,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-93974776-f0b0-46a1-8632-75d87d5a97c2 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:18:36,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-93974776-f0b0-46a1-8632-75d87d5a97c2 2018-06-29 13:18:36,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6951baaf-ce0e-4e73-a144-d2cdfc706b28 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:18:35Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ee18ce77-dead-4a89-9089-02c26ee34391", "name": "NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router"}]} 2018-06-29 13:18:36,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router used request id req-6951baaf-ce0e-4e73-a144-d2cdfc706b28 2018-06-29 13:18:36,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:36,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-558f2950-89ce-4a7f-8927-4f5b0d1365ba Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:36,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-558f2950-89ce-4a7f-8927-4f5b0d1365ba 2018-06-29 13:18:36,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ee18ce77-dead-4a89-9089-02c26ee34391 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-aa9f7b57-f04b-4b44-b0de-15240bcaf304 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:35Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.207"}],"id":"f669a93f-b2aa-44f6-ab8b-b34725967562","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:40:09:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ee18ce77-dead-4a89-9089-02c26ee34391","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:18:35Z","binding:vnic_type":"normal"}]} 2018-06-29 13:18:36,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ee18ce77-dead-4a89-9089-02c26ee34391 used request id req-aa9f7b57-f04b-4b44-b0de-15240bcaf304 2018-06-29 13:18:36,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:36,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f475c272-825c-4520-8a48-d89236845557 Date: Fri, 29 Jun 2018 13:18:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:18:36,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-f475c272-825c-4520-8a48-d89236845557 2018-06-29 13:18:36,596 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router 2018-06-29 13:18:36,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/ee18ce77-dead-4a89-9089-02c26ee34391 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:37,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c9d2fdb-1394-4e22-a706-909132f270a5 Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:37,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ee18ce77-dead-4a89-9089-02c26ee34391 used request id req-1c9d2fdb-1394-4e22-a706-909132f270a5 2018-06-29 13:18:37,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421ba6a8983ae5bef89f09c77bdab2c07f6b1340" 2018-06-29 13:18:38,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-15474163-d520-4f6f-82db-4582f0ea93ff Date: Fri, 29 Jun 2018 13:18:38 GMT RESP BODY: {"routers": []} 2018-06-29 13:18:38,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e14db1f-d35b-4907-b815-9218156f24d9-pub-router used request id req-15474163-d520-4f6f-82db-4582f0ea93ff 2018-06-29 13:18:38,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:38,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["QtB-D8xqS0SAAQV9nmCUqw"], "issued_at": "2018-06-29T13:18:38.000000Z"}} 2018-06-29 13:18:38,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:38,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e47bb3-d417-4392-91b7-45628b902eb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:38,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-29e47bb3-d417-4392-91b7-45628b902eb1 2018-06-29 13:18:38,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:38,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:38,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["1tx1x9g-R1CZL9-g53YGRA"], "issued_at": "2018-06-29T13:18:38.000000Z"}} 2018-06-29 13:18:38,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d01f51c3fcaf29c7dd1fd98dca479752b64ba8" 2018-06-29 13:18:38,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60f2123-7b74-4623-8033-881abf1ed711 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:38,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d60f2123-7b74-4623-8033-881abf1ed711 2018-06-29 13:18:38,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:39,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-48a95f42-a355-46f8-9d3c-88677f5f4757 Date: Fri, 29 Jun 2018 13:18:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:18:39,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-48a95f42-a355-46f8-9d3c-88677f5f4757 2018-06-29 13:18:39,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:39,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c353d9d3-b5f8-463e-b68c-462eff39f22b Date: Fri, 29 Jun 2018 13:18:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:18:39,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-c353d9d3-b5f8-463e-b68c-462eff39f22b 2018-06-29 13:18:39,277 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router 2018-06-29 13:18:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" -d '{"router": {"external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}, "name": "NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router", "admin_state_up": true}}' 2018-06-29 13:18:40,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-b5976121-80b8-4f5f-833f-45703f162095 Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:18:40Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "3dc45a02-725c-44c9-8e7d-3564000e74df", "name": "NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router"}} 2018-06-29 13:18:40,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-b5976121-80b8-4f5f-833f-45703f162095 2018-06-29 13:18:40,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3dc45a02-725c-44c9-8e7d-3564000e74df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8800acbe-65dc-440a-b5ed-a3ac1207f330 Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:39Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.204"}],"id":"62c64434-74aa-4813-8845-53cf78c46738","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:9a:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3dc45a02-725c-44c9-8e7d-3564000e74df","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:18:39Z","binding:vnic_type":"normal"}]} 2018-06-29 13:18:40,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3dc45a02-725c-44c9-8e7d-3564000e74df used request id req-8800acbe-65dc-440a-b5ed-a3ac1207f330 2018-06-29 13:18:40,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f21ba2eb-aa50-409d-b977-9948a70f2cbf Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:18:40,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-f21ba2eb-aa50-409d-b977-9948a70f2cbf 2018-06-29 13:18:40,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9d93ad67-8c97-46fe-b2de-167ef0e9c511 Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "98a84cf8-6121-4e64-8eff-89ca595c1814", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T13:18:40Z", "revision_number": 2, "routes": [], "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "3dc45a02-725c-44c9-8e7d-3564000e74df", "name": "NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router"}]} 2018-06-29 13:18:40,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router used request id req-9d93ad67-8c97-46fe-b2de-167ef0e9c511 2018-06-29 13:18:40,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:40,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:40,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d71f91a-ecf9-448b-98b8-e4d72d436d64 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:40,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5d71f91a-ecf9-448b-98b8-e4d72d436d64 2018-06-29 13:18:40,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3dc45a02-725c-44c9-8e7d-3564000e74df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-432f0143-56ff-45a8-b286-67080470de97 Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:18:39Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98a84cf8-6121-4e64-8eff-89ca595c1814","ip_address":"172.30.9.204"}],"id":"62c64434-74aa-4813-8845-53cf78c46738","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:9a:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3dc45a02-725c-44c9-8e7d-3564000e74df","name":"","admin_state_up":true,"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"","created_at":"2018-06-29T13:18:39Z","binding:vnic_type":"normal"}]} 2018-06-29 13:18:40,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3dc45a02-725c-44c9-8e7d-3564000e74df used request id req-432f0143-56ff-45a8-b286-67080470de97 2018-06-29 13:18:40,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9d1216bb-7e17-469d-9bec-d5eeb83306ef Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 13:18:40,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/98a84cf8-6121-4e64-8eff-89ca595c1814 used request id req-9d1216bb-7e17-469d-9bec-d5eeb83306ef 2018-06-29 13:18:40,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:40,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2bf9528f-fd9b-4a3a-8426-da41d4094a24 Date: Fri, 29 Jun 2018 13:18:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:18:40,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-2bf9528f-fd9b-4a3a-8426-da41d4094a24 2018-06-29 13:18:40,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:41,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2de64915-51c8-4174-8e2b-d2f73dc84220 Date: Fri, 29 Jun 2018 13:18:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:18:41,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-2de64915-51c8-4174-8e2b-d2f73dc84220 2018-06-29 13:18:41,010 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router 2018-06-29 13:18:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/3dc45a02-725c-44c9-8e7d-3564000e74df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:42,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5060cf9f-0648-4a5e-8c7c-e2c0055a3d5a Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:42,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3dc45a02-725c-44c9-8e7d-3564000e74df used request id req-5060cf9f-0648-4a5e-8c7c-e2c0055a3d5a 2018-06-29 13:18:42,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f5ebfb60e8ba69b9f7d87fec8fa0a4b7fc7b5c" 2018-06-29 13:18:42,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9071ec3e-8bf2-4754-a8a8-688c00d10c60 Date: Fri, 29 Jun 2018 13:18:42 GMT RESP BODY: {"routers": []} 2018-06-29 13:18:42,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-bafc9d91-516f-4caf-a811-b0a7d66dc44e-pub-router used request id req-9071ec3e-8bf2-4754-a8a8-688c00d10c60 2018-06-29 13:18:42,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:42,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["LC---zkhQkuApWqzZQO-LA"], "issued_at": "2018-06-29T13:18:42.000000Z"}} 2018-06-29 13:18:42,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:42,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c5444b4-6c53-4465-81fa-754a939779c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:42,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c5444b4-6c53-4465-81fa-754a939779c6 2018-06-29 13:18:42,739 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name 2018-06-29 13:18:42,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name"}}' 2018-06-29 13:18:43,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-18ff8fdd-de8e-4887-8bab-42c23e03826e Date: Fri, 29 Jun 2018 13:18:43 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "updated_at": "2018-06-29T13:18:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "revision_number": 0, "id": "3cae1658-2522-4b56-8df1-e7b48acf706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "revision_number": 0, "id": "dd3def64-148a-467f-81d8-412c0c481a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "name": "NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name"}} 2018-06-29 13:18:43,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-18ff8fdd-de8e-4887-8bab-42c23e03826e 2018-06-29 13:18:43,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8468a071-94ad-4331-88c8-6fc963d5d0b3 2018-06-29 13:18:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8468a071-94ad-4331-88c8-6fc963d5d0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:43,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3f4f7a3c-9f96-4a5c-85c5-640cb7bd4efa Date: Fri, 29 Jun 2018 13:18:43 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-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "3cae1658-2522-4b56-8df1-e7b48acf706e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "dd3def64-148a-467f-81d8-412c0c481a47"}]} 2018-06-29 13:18:43,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8468a071-94ad-4331-88c8-6fc963d5d0b3 used request id req-3f4f7a3c-9f96-4a5c-85c5-640cb7bd4efa 2018-06-29 13:18:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:43,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-a939f79e-e61c-49ff-bf73-131962cf2626 Date: Fri, 29 Jun 2018 13:18:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "updated_at": "2018-06-29T13:18:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "revision_number": 0, "id": "3cae1658-2522-4b56-8df1-e7b48acf706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "revision_number": 0, "id": "dd3def64-148a-467f-81d8-412c0c481a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "name": "NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name"}]} 2018-06-29 13:18:43,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name used request id req-a939f79e-e61c-49ff-bf73-131962cf2626 2018-06-29 13:18:43,336 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8468a071-94ad-4331-88c8-6fc963d5d0b3 2018-06-29 13:18:43,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8468a071-94ad-4331-88c8-6fc963d5d0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:43,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7fc73fa2-059b-4749-814c-0958bb07f053 Date: Fri, 29 Jun 2018 13:18:43 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-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "3cae1658-2522-4b56-8df1-e7b48acf706e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:42Z", "security_group_id": "8468a071-94ad-4331-88c8-6fc963d5d0b3", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:42Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "dd3def64-148a-467f-81d8-412c0c481a47"}]} 2018-06-29 13:18:43,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8468a071-94ad-4331-88c8-6fc963d5d0b3 used request id req-7fc73fa2-059b-4749-814c-0958bb07f053 2018-06-29 13:18:43,364 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name 2018-06-29 13:18:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/8468a071-94ad-4331-88c8-6fc963d5d0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:43,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46a62c38-6191-452a-96f2-f357b2c3dab9 Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:43,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/8468a071-94ad-4331-88c8-6fc963d5d0b3 used request id req-46a62c38-6191-452a-96f2-f357b2c3dab9 2018-06-29 13:18:43,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8212d44a1985a1829599dbea669a6493455682d5" 2018-06-29 13:18:43,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fa306fde-55d3-45f4-9343-cc8099e3c1b2 Date: Fri, 29 Jun 2018 13:18:43 GMT RESP BODY: {"security_groups": []} 2018-06-29 13:18:43,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-88cd4e40-1ec0-4c0c-a7d4-c480912c9bf1name used request id req-fa306fde-55d3-45f4-9343-cc8099e3c1b2 2018-06-29 13:18:43,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:44,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["pUJpZE8fSZSqF3ncEJbyzA"], "issued_at": "2018-06-29T13:18:44.000000Z"}} 2018-06-29 13:18:44,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef8f3a1-ca28-47b4-898e-94ce659ed605 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:44,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ef8f3a1-ca28-47b4-898e-94ce659ed605 2018-06-29 13:18:44,091 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-1 2018-06-29 13:18:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-1", "description": "hello group"}}' 2018-06-29 13:18:44,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-2d2ffe12-2e21-41ff-ac13-9f9f50abd1e6 Date: Fri, 29 Jun 2018 13:18:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "updated_at": "2018-06-29T13:18:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "89b31a63-80b5-44f4-964d-d99106267ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "b708f918-3648-4adc-89b7-d118d395f23f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-1"}} 2018-06-29 13:18:44,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-2d2ffe12-2e21-41ff-ac13-9f9f50abd1e6 2018-06-29 13:18:44,416 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47c6250c-09e2-4946-982e-5e0d6fb9025a 2018-06-29 13:18:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47c6250c-09e2-4946-982e-5e0d6fb9025a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-88fcffbc-47cb-4b4c-8700-d10e35fe2df7 Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "89b31a63-80b5-44f4-964d-d99106267ef6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "b708f918-3648-4adc-89b7-d118d395f23f"}]} 2018-06-29 13:18:44,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47c6250c-09e2-4946-982e-5e0d6fb9025a used request id req-88fcffbc-47cb-4b4c-8700-d10e35fe2df7 2018-06-29 13:18:44,475 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-2 2018-06-29 13:18:44,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-2", "description": "hola group"}}' 2018-06-29 13:18:44,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1415 X-Openstack-Request-Id: req-554c666f-aa8f-4215-b00d-86a6ca7050b7 Date: Fri, 29 Jun 2018 13:18:44 GMT RESP BODY: {"security_group": {"description": "hola group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "updated_at": "2018-06-29T13:18:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "7755b92a-56a0-4745-9aa0-466a08512adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "ed07d244-ac35-4514-ba03-f011deeeaa77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "0db1c833-b37d-4fe9-b209-05499e7da533", "name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-2"}} 2018-06-29 13:18:44,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-554c666f-aa8f-4215-b00d-86a6ca7050b7 2018-06-29 13:18:44,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0db1c833-b37d-4fe9-b209-05499e7da533 2018-06-29 13:18:44,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0db1c833-b37d-4fe9-b209-05499e7da533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a6c5849-6467-42e2-90af-83496d19a1e9 Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "7755b92a-56a0-4745-9aa0-466a08512adc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ed07d244-ac35-4514-ba03-f011deeeaa77"}]} 2018-06-29 13:18:44,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0db1c833-b37d-4fe9-b209-05499e7da533 used request id req-5a6c5849-6467-42e2-90af-83496d19a1e9 2018-06-29 13:18:44,720 - neutron_utils - INFO - Listing the available security groups 2018-06-29 13:18:44,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9735 X-Openstack-Request-Id: req-052cbb79-fe8a-48e1-a8f4-094f523f2243 Date: Fri, 29 Jun 2018 13:18:44 GMT RESP BODY: {"security_groups": [{"description": "hola group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "updated_at": "2018-06-29T13:18:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "7755b92a-56a0-4745-9aa0-466a08512adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "ed07d244-ac35-4514-ba03-f011deeeaa77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "0db1c833-b37d-4fe9-b209-05499e7da533", "name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-2"}, {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "updated_at": "2018-06-29T13:18:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "89b31a63-80b5-44f4-964d-d99106267ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "revision_number": 0, "id": "b708f918-3648-4adc-89b7-d118d395f23f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "name": "NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-1"}, {"description": "Default security group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "updated_at": "2018-06-29T13:16:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "b5d1f9c3-da82-4e30-846c-3615d902c654", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "revision_number": 0, "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3", "remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "remote_ip_prefix": null, "created_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "79201174-c30a-46a1-9468-b63c7e3a1443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-06-29T13:17:27Z", "updated_at": "2018-06-29T13:17:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 0, "id": "032091c7-e718-4d2a-9e49-d6a07e1380b4", "remote_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "remote_ip_prefix": null, "created_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 0, "id": "1dd9ea72-8b1e-4ec0-a3b2-6a06f11ba798", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 0, "id": "e0aaf7b9-2a04-4f94-b6e0-8d748efb7f07", "remote_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "remote_ip_prefix": null, "created_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "revision_number": 0, "id": "fd813b3c-92ea-4426-b318-df95188ed8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "83f70183-806d-4129-8d72-30da82bfad9e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "updated_at": "2018-06-29T13:13:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "188bb989-66d9-464f-ac18-5937de95a724", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "4848f41a-67b2-455e-b11e-5f55947ea88d", "remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "revision_number": 0, "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61577623408e42cd9bcf6a5cd632170d"}], "revision_number": 1, "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "name": "default"}]} 2018-06-29 13:18:44,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-052cbb79-fe8a-48e1-a8f4-094f523f2243 2018-06-29 13:18:44,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0db1c833-b37d-4fe9-b209-05499e7da533 2018-06-29 13:18:44,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0db1c833-b37d-4fe9-b209-05499e7da533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f1e969ad-c057-428d-9205-b3ee069c5c91 Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "7755b92a-56a0-4745-9aa0-466a08512adc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "security_group_id": "0db1c833-b37d-4fe9-b209-05499e7da533", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ed07d244-ac35-4514-ba03-f011deeeaa77"}]} 2018-06-29 13:18:44,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0db1c833-b37d-4fe9-b209-05499e7da533 used request id req-f1e969ad-c057-428d-9205-b3ee069c5c91 2018-06-29 13:18:44,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47c6250c-09e2-4946-982e-5e0d6fb9025a 2018-06-29 13:18:44,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47c6250c-09e2-4946-982e-5e0d6fb9025a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-627079ff-7ab2-4f54-bdde-a1af9214b99d Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "89b31a63-80b5-44f4-964d-d99106267ef6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:44Z", "security_group_id": "47c6250c-09e2-4946-982e-5e0d6fb9025a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:44Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "b708f918-3648-4adc-89b7-d118d395f23f"}]} 2018-06-29 13:18:44,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47c6250c-09e2-4946-982e-5e0d6fb9025a used request id req-627079ff-7ab2-4f54-bdde-a1af9214b99d 2018-06-29 13:18:44,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79201174-c30a-46a1-9468-b63c7e3a1443 2018-06-29 13:18:44,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=79201174-c30a-46a1-9468-b63c7e3a1443 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-04ff913e-b367-4a8a-963c-b85f3296e08c Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "8d0068f4-7b74-4ce9-a60c-1e2812c0bbb3"}, {"remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "b5d1f9c3-da82-4e30-846c-3615d902c654"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ba204d13-5627-44f4-a896-d7ccf8e847e7"}, {"remote_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:16:25Z", "security_group_id": "79201174-c30a-46a1-9468-b63c7e3a1443", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:16:25Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "e8acd933-4415-440f-894e-7cea2fb9c4f3"}]} 2018-06-29 13:18:44,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=79201174-c30a-46a1-9468-b63c7e3a1443 used request id req-04ff913e-b367-4a8a-963c-b85f3296e08c 2018-06-29 13:18:44,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83f70183-806d-4129-8d72-30da82bfad9e 2018-06-29 13:18:44,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=83f70183-806d-4129-8d72-30da82bfad9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1792 X-Openstack-Request-Id: req-e8769445-7e82-4ef5-9885-9083e8c19da2 Date: Fri, 29 Jun 2018 13:18:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T13:17:27Z", "project_id": "", "id": "032091c7-e718-4d2a-9e49-d6a07e1380b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T13:17:27Z", "project_id": "", "id": "1dd9ea72-8b1e-4ec0-a3b2-6a06f11ba798"}, {"remote_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T13:17:27Z", "project_id": "", "id": "e0aaf7b9-2a04-4f94-b6e0-8d748efb7f07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:17:27Z", "security_group_id": "83f70183-806d-4129-8d72-30da82bfad9e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T13:17:27Z", "project_id": "", "id": "fd813b3c-92ea-4426-b318-df95188ed8ab"}]} 2018-06-29 13:18:44,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=83f70183-806d-4129-8d72-30da82bfad9e used request id req-e8769445-7e82-4ef5-9885-9083e8c19da2 2018-06-29 13:18:44,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9cca71f2-baae-4f1f-ae5b-0623d1639e90 2018-06-29 13:18:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9cca71f2-baae-4f1f-ae5b-0623d1639e90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:44,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9199b13d-de2f-48d7-88f3-c6171d5f2d4f Date: Fri, 29 Jun 2018 13:18:44 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-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "port_range_min": null, "revision_number": 0, "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "188bb989-66d9-464f-ac18-5937de95a724"}, {"remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "port_range_min": null, "revision_number": 0, "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "3ec3631d-8640-4f7e-b8e8-c7194b1a445b"}, {"remote_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "port_range_min": null, "revision_number": 0, "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "4848f41a-67b2-455e-b11e-5f55947ea88d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:13:33Z", "security_group_id": "9cca71f2-baae-4f1f-ae5b-0623d1639e90", "port_range_min": null, "revision_number": 0, "tenant_id": "61577623408e42cd9bcf6a5cd632170d", "created_at": "2018-06-29T13:13:33Z", "project_id": "61577623408e42cd9bcf6a5cd632170d", "id": "6b27e9bf-9c8e-4bd6-aa6a-4a6b7b2b9af1"}]} 2018-06-29 13:18:44,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9cca71f2-baae-4f1f-ae5b-0623d1639e90 used request id req-9199b13d-de2f-48d7-88f3-c6171d5f2d4f 2018-06-29 13:18:44,940 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-1 2018-06-29 13:18:44,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/47c6250c-09e2-4946-982e-5e0d6fb9025a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:45,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c91d7a54-de28-4fc1-a5de-53d5085c871c Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:45,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/47c6250c-09e2-4946-982e-5e0d6fb9025a used request id req-c91d7a54-de28-4fc1-a5de-53d5085c871c 2018-06-29 13:18:45,094 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3e3f1c92-5f76-45c0-aeb8-965fa89bad82name-2 2018-06-29 13:18:45,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0db1c833-b37d-4fe9-b209-05499e7da533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9b2d9889fdb9066e2b8dcc157e84084217282b" 2018-06-29 13:18:45,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f14b5b38-9f75-4849-83c0-78c1e0566ae5 Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:45,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0db1c833-b37d-4fe9-b209-05499e7da533 used request id req-f14b5b38-9f75-4849-83c0-78c1e0566ae5 2018-06-29 13:18:45,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:45,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["gM4Hdp2PTK-GdzvNXfzGsw"], "issued_at": "2018-06-29T13:18:45.000000Z"}} 2018-06-29 13:18:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e37cce7b561dfa0c4467aa56338510b1c6171e7" 2018-06-29 13:18:45,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47856f4e-96da-4b35-b5f2-b534ed60c70f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:45,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-47856f4e-96da-4b35-b5f2-b534ed60c70f 2018-06-29 13:18:45,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:46,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["05oF4gCURiypeVdLL-jq5A"], "issued_at": "2018-06-29T13:18:46.000000Z"}} 2018-06-29 13:18:46,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" 2018-06-29 13:18:46,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9c5581-c543-4f09-ba37-0b4b35f51c43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:46,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da9c5581-c543-4f09-ba37-0b4b35f51c43 2018-06-29 13:18:46,138 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name 2018-06-29 13:18:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name", "description": "hello group"}}' 2018-06-29 13:18:46,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-800f975f-0f9b-4f1f-967e-b65c078c5a77 Date: Fri, 29 Jun 2018 13:18:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "updated_at": "2018-06-29T13:18:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "revision_number": 0, "id": "302328ec-a203-44db-86ee-b2ef151fc3d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "revision_number": 0, "id": "90f557b1-70ba-45b2-9418-4b89577b8131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "name": "NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name"}} 2018-06-29 13:18:46,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-800f975f-0f9b-4f1f-967e-b65c078c5a77 2018-06-29 13:18:46,454 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9935ef8a-c315-4a8b-b85d-311fd5ca7d0a 2018-06-29 13:18:46,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9935ef8a-c315-4a8b-b85d-311fd5ca7d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" 2018-06-29 13:18:46,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8fd26b0d-6d39-4858-87e2-1d7651a547cd Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "302328ec-a203-44db-86ee-b2ef151fc3d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "90f557b1-70ba-45b2-9418-4b89577b8131"}]} 2018-06-29 13:18:46,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9935ef8a-c315-4a8b-b85d-311fd5ca7d0a used request id req-8fd26b0d-6d39-4858-87e2-1d7651a547cd 2018-06-29 13:18:46,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" 2018-06-29 13:18:46,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-d41a2395-df31-4d59-99ab-2588d08cb2d3 Date: Fri, 29 Jun 2018 13:18:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "updated_at": "2018-06-29T13:18:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "revision_number": 0, "id": "302328ec-a203-44db-86ee-b2ef151fc3d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "revision_number": 0, "id": "90f557b1-70ba-45b2-9418-4b89577b8131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "name": "NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name"}]} 2018-06-29 13:18:46,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name&description=hello+group used request id req-d41a2395-df31-4d59-99ab-2588d08cb2d3 2018-06-29 13:18:46,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9935ef8a-c315-4a8b-b85d-311fd5ca7d0a 2018-06-29 13:18:46,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9935ef8a-c315-4a8b-b85d-311fd5ca7d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" 2018-06-29 13:18:46,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3093c67c-d9f8-43fe-9aba-7ad355abec32 Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "302328ec-a203-44db-86ee-b2ef151fc3d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:46Z", "security_group_id": "9935ef8a-c315-4a8b-b85d-311fd5ca7d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:46Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "90f557b1-70ba-45b2-9418-4b89577b8131"}]} 2018-06-29 13:18:46,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9935ef8a-c315-4a8b-b85d-311fd5ca7d0a used request id req-3093c67c-d9f8-43fe-9aba-7ad355abec32 2018-06-29 13:18:46,630 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a65cba0a-721e-40e9-9743-20d09846af61name 2018-06-29 13:18:46,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9935ef8a-c315-4a8b-b85d-311fd5ca7d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1941e45222d121d51da95779eb7bbc0d8023ba30" 2018-06-29 13:18:46,824 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-204bf547-db0d-4376-b04c-ffb998fbc9cb Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:46,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9935ef8a-c315-4a8b-b85d-311fd5ca7d0a used request id req-204bf547-db0d-4376-b04c-ffb998fbc9cb 2018-06-29 13:18:46,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:47,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["KFUPI1IKR064-ICkWkV8qg"], "issued_at": "2018-06-29T13:18:47.000000Z"}} 2018-06-29 13:18:47,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32094bb-598b-4946-845a-313eeb1dbcfc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:47,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c32094bb-598b-4946-845a-313eeb1dbcfc 2018-06-29 13:18:47,232 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name 2018-06-29 13:18:47,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name", "description": "hello group"}}' 2018-06-29 13:18:47,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ed20f45f-852e-403e-8ddf-0646fb86b6df Date: Fri, 29 Jun 2018 13:18:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "updated_at": "2018-06-29T13:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2df19a20-1f96-411f-80ef-e93a3804c65c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "d072c509-1de2-4f93-8ca6-63449303e882", "name": "NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name"}} 2018-06-29 13:18:47,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-ed20f45f-852e-403e-8ddf-0646fb86b6df 2018-06-29 13:18:47,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-926f308c-acdc-4d38-843b-55d2fc9e57e8 Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:47,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-926f308c-acdc-4d38-843b-55d2fc9e57e8 2018-06-29 13:18:47,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:47,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1cc4575c-3ce2-4b60-b048-1bac679e82ad Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:47,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-1cc4575c-3ce2-4b60-b048-1bac679e82ad 2018-06-29 13:18:47,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ecb722-8a42-4f0f-a08a-c31ca9f1628c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:47,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-72ecb722-8a42-4f0f-a08a-c31ca9f1628c 2018-06-29 13:18:47,658 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name 2018-06-29 13:18:47,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-ac829a4b-3430-464b-a3c9-34b08307b76d Date: Fri, 29 Jun 2018 13:18:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "updated_at": "2018-06-29T13:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2df19a20-1f96-411f-80ef-e93a3804c65c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "d072c509-1de2-4f93-8ca6-63449303e882", "name": "NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name"}]} 2018-06-29 13:18:47,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name used request id req-ac829a4b-3430-464b-a3c9-34b08307b76d 2018-06-29 13:18:47,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:18:47,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:18:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:18:47,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bcce581-051e-463f-b2db-a4b6889f33a6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:18:47,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-1bcce581-051e-463f-b2db-a4b6889f33a6 2018-06-29 13:18:47,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:47,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:47,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7a853df4-9425-426c-b3a2-aa78e07e75d3 Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:47,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-7a853df4-9425-426c-b3a2-aa78e07e75d3 2018-06-29 13:18:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}112804c140f496cdf49dcd80f83e9967bf8cef99" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882"}}' 2018-06-29 13:18:48,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-8d9f136a-61ad-48d1-a1e2-69104b3d8f02 Date: Fri, 29 Jun 2018 13:18:48 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-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b"}} 2018-06-29 13:18:48,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-8d9f136a-61ad-48d1-a1e2-69104b3d8f02 2018-06-29 13:18:48,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-96bb5f9f-bef3-4e91-adf3-5c02cd6628e7 Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "updated_at": "2018-06-29T13:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2df19a20-1f96-411f-80ef-e93a3804c65c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 2, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "d072c509-1de2-4f93-8ca6-63449303e882", "name": "NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name"}]} 2018-06-29 13:18:48,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name&description=hello+group used request id req-96bb5f9f-bef3-4e91-adf3-5c02cd6628e7 2018-06-29 13:18:48,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-def6a6d1-eaee-46da-8e0a-f5c60585cd1b Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:48,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-def6a6d1-eaee-46da-8e0a-f5c60585cd1b 2018-06-29 13:18:48,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-81dc871a-2800-4cea-be49-4f5e78ead33f Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:48,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-81dc871a-2800-4cea-be49-4f5e78ead33f 2018-06-29 13:18:48,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-e99f569f-bd23-460e-9bba-d5d8bcf1eb1b Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "updated_at": "2018-06-29T13:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2df19a20-1f96-411f-80ef-e93a3804c65c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "revision_number": 0, "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 2, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "d072c509-1de2-4f93-8ca6-63449303e882", "name": "NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name"}]} 2018-06-29 13:18:48,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name&description=hello+group used request id req-e99f569f-bd23-460e-9bba-d5d8bcf1eb1b 2018-06-29 13:18:48,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d072c509-1de2-4f93-8ca6-63449303e882 2018-06-29 13:18:48,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-af5b80a6-799d-4e33-8753-fc45386d997a Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2ae95fc9-b5b9-42a6-a627-10314b04164b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "2df19a20-1f96-411f-80ef-e93a3804c65c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:47Z", "security_group_id": "d072c509-1de2-4f93-8ca6-63449303e882", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:47Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "f51cf548-b6f4-4830-ae3c-e3d93e333a9c"}]} 2018-06-29 13:18:48,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d072c509-1de2-4f93-8ca6-63449303e882 used request id req-af5b80a6-799d-4e33-8753-fc45386d997a 2018-06-29 13:18:48,207 - neutron_utils - INFO - Deleting security group rule with ID - 2df19a20-1f96-411f-80ef-e93a3804c65c 2018-06-29 13:18:48,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2df19a20-1f96-411f-80ef-e93a3804c65c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7df78ba4-b095-4caa-ad37-3c03e0f05448 Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:48,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2df19a20-1f96-411f-80ef-e93a3804c65c used request id req-7df78ba4-b095-4caa-ad37-3c03e0f05448 2018-06-29 13:18:48,300 - neutron_utils - INFO - Deleting security group rule with ID - f51cf548-b6f4-4830-ae3c-e3d93e333a9c 2018-06-29 13:18:48,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f51cf548-b6f4-4830-ae3c-e3d93e333a9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,388 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4bdbefd-210c-4c30-940e-7b8f4736e42d Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:48,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f51cf548-b6f4-4830-ae3c-e3d93e333a9c used request id req-c4bdbefd-210c-4c30-940e-7b8f4736e42d 2018-06-29 13:18:48,388 - neutron_utils - INFO - Deleting security group rule with ID - 2ae95fc9-b5b9-42a6-a627-10314b04164b 2018-06-29 13:18:48,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2ae95fc9-b5b9-42a6-a627-10314b04164b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2536d9ce-86e8-49ff-8dd2-4673f6abba0a Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:48,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2ae95fc9-b5b9-42a6-a627-10314b04164b used request id req-2536d9ce-86e8-49ff-8dd2-4673f6abba0a 2018-06-29 13:18:48,489 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3848b292-6182-4fbe-af42-b06019d01d10name 2018-06-29 13:18:48,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d072c509-1de2-4f93-8ca6-63449303e882 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112804c140f496cdf49dcd80f83e9967bf8cef99" 2018-06-29 13:18:48,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57c40b86-d133-466e-8976-1a8c23a077f5 Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:48,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d072c509-1de2-4f93-8ca6-63449303e882 used request id req-57c40b86-d133-466e-8976-1a8c23a077f5 2018-06-29 13:18:48,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:49,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["omagrNrvRDm0hUh9bLHnbw"], "issued_at": "2018-06-29T13:18:49.000000Z"}} 2018-06-29 13:18:49,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868e7a86-a671-4272-9442-c181fc168f8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:49,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-868e7a86-a671-4272-9442-c181fc168f8a 2018-06-29 13:18:49,082 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-1 2018-06-29 13:18:49,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-1", "description": "hello group"}}' 2018-06-29 13:18:49,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-990b7645-d9dc-4249-ba43-9ae2c38383b7 Date: Fri, 29 Jun 2018 13:18:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "updated_at": "2018-06-29T13:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "32cacda2-fd8a-4359-a092-3fd628c5138e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "8d5c9c86-836d-4101-b22d-ae222bfd0fb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-1"}} 2018-06-29 13:18:49,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-990b7645-d9dc-4249-ba43-9ae2c38383b7 2018-06-29 13:18:49,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 2018-06-29 13:18:49,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7810dc4-49ea-4a33-ade6-8511c18bad41 Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "32cacda2-fd8a-4359-a092-3fd628c5138e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "8d5c9c86-836d-4101-b22d-ae222bfd0fb0"}]} 2018-06-29 13:18:49,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 used request id req-f7810dc4-49ea-4a33-ade6-8511c18bad41 2018-06-29 13:18:49,482 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-2 2018-06-29 13:18:49,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-2", "description": "hello group"}}' 2018-06-29 13:18:49,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-64fc9da1-7d8a-4e88-8f7b-9911e8e0c835 Date: Fri, 29 Jun 2018 13:18:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "updated_at": "2018-06-29T13:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "6f0f191e-0584-49ee-b65e-42c7639703f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "ce3f54ca-df48-4ed6-a6d1-4568f0ff7b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-2"}} 2018-06-29 13:18:49,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-64fc9da1-7d8a-4e88-8f7b-9911e8e0c835 2018-06-29 13:18:49,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b0a4d76-a2e8-41b5-b91a-25128991d5a7 2018-06-29 13:18:49,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b4d68250-9aea-47e7-9d74-a198dbd93f57 Date: Fri, 29 Jun 2018 13:18:49 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-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "6f0f191e-0584-49ee-b65e-42c7639703f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ce3f54ca-df48-4ed6-a6d1-4568f0ff7b98"}]} 2018-06-29 13:18:49,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 used request id req-b4d68250-9aea-47e7-9d74-a198dbd93f57 2018-06-29 13:18:49,717 - neutron_utils - INFO - Retrieving security group with ID - 9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 2018-06-29 13:18:49,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-1652fe18-4bb5-4a78-8052-ea2466878921 Date: Fri, 29 Jun 2018 13:18:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "updated_at": "2018-06-29T13:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "32cacda2-fd8a-4359-a092-3fd628c5138e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "8d5c9c86-836d-4101-b22d-ae222bfd0fb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-1"}]} 2018-06-29 13:18:49,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 used request id req-1652fe18-4bb5-4a78-8052-ea2466878921 2018-06-29 13:18:49,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 2018-06-29 13:18:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-79e149b1-b037-494e-b176-96ef6e182d26 Date: Fri, 29 Jun 2018 13:18: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-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "32cacda2-fd8a-4359-a092-3fd628c5138e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "security_group_id": "9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "8d5c9c86-836d-4101-b22d-ae222bfd0fb0"}]} 2018-06-29 13:18:49,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 used request id req-79e149b1-b037-494e-b176-96ef6e182d26 2018-06-29 13:18:49,828 - neutron_utils - INFO - Retrieving security group with ID - 6b0a4d76-a2e8-41b5-b91a-25128991d5a7 2018-06-29 13:18:49,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-fb3bff6c-adfd-429f-b5d5-87ed9a0ad034 Date: Fri, 29 Jun 2018 13:18:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "updated_at": "2018-06-29T13:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "6f0f191e-0584-49ee-b65e-42c7639703f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "revision_number": 0, "id": "ce3f54ca-df48-4ed6-a6d1-4568f0ff7b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 1, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "name": "NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-2"}]} 2018-06-29 13:18:49,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 used request id req-fb3bff6c-adfd-429f-b5d5-87ed9a0ad034 2018-06-29 13:18:49,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b0a4d76-a2e8-41b5-b91a-25128991d5a7 2018-06-29 13:18:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:49,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2c79dfa7-9437-4619-a94b-aff9e7f82ef5 Date: Fri, 29 Jun 2018 13:18:49 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-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "6f0f191e-0584-49ee-b65e-42c7639703f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T13:18:49Z", "security_group_id": "6b0a4d76-a2e8-41b5-b91a-25128991d5a7", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:49Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "ce3f54ca-df48-4ed6-a6d1-4568f0ff7b98"}]} 2018-06-29 13:18:49,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b0a4d76-a2e8-41b5-b91a-25128991d5a7 used request id req-2c79dfa7-9437-4619-a94b-aff9e7f82ef5 2018-06-29 13:18:49,922 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-1 2018-06-29 13:18:49,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:50,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-277d8ea7-25f0-4377-b89f-f54361e9df3a Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:50,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9a42bd8d-fcad-4af8-bfd5-3f43fdee9d17 used request id req-277d8ea7-25f0-4377-b89f-f54361e9df3a 2018-06-29 13:18:50,113 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-381b0f46-3de3-4910-9d9f-9cf509aedcafname-2 2018-06-29 13:18:50,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/6b0a4d76-a2e8-41b5-b91a-25128991d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d158f33595bdfee032d6744444eb15227ad4da" 2018-06-29 13:18:50,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-259ca0a3-8c35-4f09-956d-49c2f3009f4f Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:50,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/6b0a4d76-a2e8-41b5-b91a-25128991d5a7 used request id req-259ca0a3-8c35-4f09-956d-49c2f3009f4f 2018-06-29 13:18:50,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:50,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["WHCqxxU3Scm4EiktUX57DQ"], "issued_at": "2018-06-29T13:18:50.000000Z"}} 2018-06-29 13:18:50,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:50,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3cd2b3-c3a0-4ff1-8ce8-4cb17d9d8b69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:50,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9d3cd2b3-c3a0-4ff1-8ce8-4cb17d9d8b69 2018-06-29 13:18:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:50,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-01cd9ae4-299e-4369-8179-5653d2e36828 Date: Fri, 29 Jun 2018 13:18:50 GMT RESP BODY: {"floatingips": []} 2018-06-29 13:18:50,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-01cd9ae4-299e-4369-8179-5653d2e36828 2018-06-29 13:18:50,892 - neutron_utils - INFO - Creating floating ip to external network - external 2018-06-29 13:18:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:50,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-39d669db-4dbd-49be-ad40-80d1068e3b3f Date: Fri, 29 Jun 2018 13:18:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"61577623408e42cd9bcf6a5cd632170d","status":"ACTIVE","subnets":["98a84cf8-6121-4e64-8eff-89ca595c1814"],"description":"","tags":[],"updated_at":"2018-06-29T13:13:38Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:33Z","provider:network_type":"flat"}]} 2018-06-29 13:18:50,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-39d669db-4dbd-49be-ad40-80d1068e3b3f 2018-06-29 13:18:50,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:51,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c4504303-54fe-4e02-a4f7-04201498cae2 Date: Fri, 29 Jun 2018 13:18:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5263151a-7799-4ff3-a0fc-06e3547c8a42","tenant_id":"61577623408e42cd9bcf6a5cd632170d","created_at":"2018-06-29T13:13:38Z","dns_nameservers":[],"updated_at":"2018-06-29T13:13:38Z","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":"61577623408e42cd9bcf6a5cd632170d","id":"98a84cf8-6121-4e64-8eff-89ca595c1814","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 13:18:51,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5263151a-7799-4ff3-a0fc-06e3547c8a42 used request id req-c4504303-54fe-4e02-a4f7-04201498cae2 2018-06-29 13:18:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" -d '{"floatingip": {"floating_network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42"}}' 2018-06-29 13:18:52,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-af71c431-0e45-4d1e-92e0-84c38e9e1938 Date: Fri, 29 Jun 2018 13:18:52 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T13:18:51Z", "floating_network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "b5c81dc8-5620-495b-a3b8-eb51f655786a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:51Z", "project_id": "9df2d150d03e418295cfd19870a1099d"}} 2018-06-29 13:18:52,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-af71c431-0e45-4d1e-92e0-84c38e9e1938 2018-06-29 13:18:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:52,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-e3ac407a-9cbd-4086-9e07-86bd6c52e8d9 Date: Fri, 29 Jun 2018 13:18:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T13:18:51Z", "floating_network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "b5c81dc8-5620-495b-a3b8-eb51f655786a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:51Z", "project_id": "9df2d150d03e418295cfd19870a1099d"}]} 2018-06-29 13:18:52,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-e3ac407a-9cbd-4086-9e07-86bd6c52e8d9 2018-06-29 13:18:52,554 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.200 2018-06-29 13:18:52,554 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.200 2018-06-29 13:18:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips?ip=b5c81dc8-5620-495b-a3b8-eb51f655786a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:52,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-493beb01-44ec-4da1-ba42-8431a0af5a50 Date: Fri, 29 Jun 2018 13:18:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T13:18:51Z", "floating_network_id": "5263151a-7799-4ff3-a0fc-06e3547c8a42", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "b5c81dc8-5620-495b-a3b8-eb51f655786a", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:18:51Z", "project_id": "9df2d150d03e418295cfd19870a1099d"}]} 2018-06-29 13:18:52,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips?ip=b5c81dc8-5620-495b-a3b8-eb51f655786a used request id req-493beb01-44ec-4da1-ba42-8431a0af5a50 2018-06-29 13:18:52,601 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-06-29 13:18:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/b5c81dc8-5620-495b-a3b8-eb51f655786a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bb6554c132a53c63d8a57568f02da17fe63cd55" 2018-06-29 13:18:53,235 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b98389a7-8e61-4934-91cb-ee142898514b Content-Length: 0 Date: Fri, 29 Jun 2018 13:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:18:53,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b5c81dc8-5620-495b-a3b8-eb51f655786a used request id req-b98389a7-8e61-4934-91cb-ee142898514b 2018-06-29 13:18:53,236 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:53,301 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 2018-06-29 13:18:53,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:53,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["YB8HryqKR_KTi2GRZvP4jQ"], "issued_at": "2018-06-29T13:18:53.000000Z"}} 2018-06-29 13:18:53,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3575a48cd6096bb4f2cb45f9220967ecb288bc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzslo+GcvEpe5XgTg2vBjuaKZCJjadI6S/rtiGBmvZdLZyuQpqiCsAM5l4DeNRAkUa2uB8TklYLgHfpDYi2eeq6tID0aEJ/dLXLb0ot3S+fuH4Y0zMO/+oYFp0DN2b8TqQmwWnKOrBReprfJQvCRE9MAqyz1gsg/Mz4hlQmrwOuZ0LVe4aR345MNkEGE0qi6QuEBxEXprt0reiIg05d8S/HZyGdVtjkYj6krbLdv7WGyWH9MEOMygsAiDwpEwzAC80loHpwUeU8NGcfXawVLKToMBD0wXtjXLKGW1cwZSRKsHS8dYzTrDdhFCdAe9MPkhuRBr1UU/iUQuIgIpQ3Oe5", "name": "NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873"}}' 2018-06-29 13:18:53,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-233dca5a-d4a7-4ca3-8187-2abc01c62835 x-compute-request-id: req-233dca5a-d4a7-4ca3-8187-2abc01c62835 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzslo+GcvEpe5XgTg2vBjuaKZCJjadI6S/rtiGBmvZdLZyuQpqiCsAM5l4DeNRAkUa2uB8TklYLgHfpDYi2eeq6tID0aEJ/dLXLb0ot3S+fuH4Y0zMO/+oYFp0DN2b8TqQmwWnKOrBReprfJQvCRE9MAqyz1gsg/Mz4hlQmrwOuZ0LVe4aR345MNkEGE0qi6QuEBxEXprt0reiIg05d8S/HZyGdVtjkYj6krbLdv7WGyWH9MEOMygsAiDwpEwzAC80loHpwUeU8NGcfXawVLKToMBD0wXtjXLKGW1cwZSRKsHS8dYzTrDdhFCdAe9MPkhuRBr1UU/iUQuIgIpQ3Oe5", "user_id": "44068e3973b944bd998ad759573e828b", "name": "NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873", "fingerprint": "c0:5b:59:5e:21:3d:7a:e5:9b:8c:08:2b:83:08:21:6d"}} 2018-06-29 13:18:53,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-233dca5a-d4a7-4ca3-8187-2abc01c62835 2018-06-29 13:18:53,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3575a48cd6096bb4f2cb45f9220967ecb288bc" 2018-06-29 13:18:53,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-246f4d37-a296-4ca1-8731-d55c79fd1d2e x-compute-request-id: req-246f4d37-a296-4ca1-8731-d55c79fd1d2e Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzslo+GcvEpe5XgTg2vBjuaKZCJjadI6S/rtiGBmvZdLZyuQpqiCsAM5l4DeNRAkUa2uB8TklYLgHfpDYi2eeq6tID0aEJ/dLXLb0ot3S+fuH4Y0zMO/+oYFp0DN2b8TqQmwWnKOrBReprfJQvCRE9MAqyz1gsg/Mz4hlQmrwOuZ0LVe4aR345MNkEGE0qi6QuEBxEXprt0reiIg05d8S/HZyGdVtjkYj6krbLdv7WGyWH9MEOMygsAiDwpEwzAC80loHpwUeU8NGcfXawVLKToMBD0wXtjXLKGW1cwZSRKsHS8dYzTrDdhFCdAe9MPkhuRBr1UU/iUQuIgIpQ3Oe5", "user_id": "44068e3973b944bd998ad759573e828b", "name": "NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873", "deleted": false, "created_at": "2018-06-29T13:18:53.000000", "updated_at": null, "fingerprint": "c0:5b:59:5e:21:3d:7a:e5:9b:8c:08:2b:83:08:21:6d", "deleted_at": null, "id": 1}} 2018-06-29 13:18:53,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 used request id req-246f4d37-a296-4ca1-8731-d55c79fd1d2e 2018-06-29 13:18:53,974 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 2018-06-29 13:18:53,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3575a48cd6096bb4f2cb45f9220967ecb288bc" 2018-06-29 13:18:54,130 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:18: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-5ddaaeee-bc50-4d1d-ac1d-079c80111b62 x-compute-request-id: req-5ddaaeee-bc50-4d1d-ac1d-079c80111b62 Content-Length: 0 Content-Type: application/json 2018-06-29 13:18:54,131 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 used request id req-5ddaaeee-bc50-4d1d-ac1d-079c80111b62 2018-06-29 13:18:54,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3575a48cd6096bb4f2cb45f9220967ecb288bc" 2018-06-29 13:18:54,153 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13: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-a8eb170a-d154-430b-b909-4f99feec196e x-compute-request-id: req-a8eb170a-d154-430b-b909-4f99feec196e Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 not found for user 44068e3973b944bd998ad759573e828b", "code": 404}} 2018-06-29 13:18:54,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 used request id req-a8eb170a-d154-430b-b909-4f99feec196e 2018-06-29 13:18:54,154 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 2018-06-29 13:18:54,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3575a48cd6096bb4f2cb45f9220967ecb288bc" 2018-06-29 13:18:54,298 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13: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-b81b463b-099f-4561-aeef-a06dae8b129a x-compute-request-id: req-b81b463b-099f-4561-aeef-a06dae8b129a Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 not found for user 44068e3973b944bd998ad759573e828b", "code": 404}} 2018-06-29 13:18:54,298 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ba18f0de-e3f5-4c0e-ac58-6acdc7afe873 used request id req-b81b463b-099f-4561-aeef-a06dae8b129a 2018-06-29 13:18:54,299 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:54,532 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1.pub 2018-06-29 13:18:54,533 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1 2018-06-29 13:18:54,533 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1.pub 2018-06-29 13:18:54,533 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1 2018-06-29 13:18:54,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:54,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["2yhFpiSKT-eWPiOtjmn6Sg"], "issued_at": "2018-06-29T13:18:54.000000Z"}} 2018-06-29 13:18:54,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc4622c3cb1b909d7464e4735e69d3321e61f89" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyzjoRzRyILbGWL7pVh3SKO/ofEVKy69iiKMyaA1dy9NsJLf94Z3MUOgoNwauFSd5eECO1F3pTV2qXZ0f+WZ4oNyNmhsQ6TAH5PYyaIJ7OzLlPL91rYBnphjWR+ibdJQ123/eXGzUqmpEsOpX+T6iCGQMlgyzDKVA5A3P3ZyEIB7tHUUJzk6PGr8fY19rN8TTCrvJLatCGr7PaBziIid7Do5dkUothvFoGQAx/uS6NLF3jqIOqbIYLFXnJqPMBD01oxUyCY4Di2L2PL0ApC0Elqrs8rQ1qYZRIBCR7Z+6Y1XMJTq7iFcC6BY55P7h5PRXoMpyYObyhYn71LXNDnsob", "name": "NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1"}}' 2018-06-29 13:18:55,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-954c0e55-13f6-48b0-a833-9cb12c4aa548 x-compute-request-id: req-954c0e55-13f6-48b0-a833-9cb12c4aa548 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyzjoRzRyILbGWL7pVh3SKO/ofEVKy69iiKMyaA1dy9NsJLf94Z3MUOgoNwauFSd5eECO1F3pTV2qXZ0f+WZ4oNyNmhsQ6TAH5PYyaIJ7OzLlPL91rYBnphjWR+ibdJQ123/eXGzUqmpEsOpX+T6iCGQMlgyzDKVA5A3P3ZyEIB7tHUUJzk6PGr8fY19rN8TTCrvJLatCGr7PaBziIid7Do5dkUothvFoGQAx/uS6NLF3jqIOqbIYLFXnJqPMBD01oxUyCY4Di2L2PL0ApC0Elqrs8rQ1qYZRIBCR7Z+6Y1XMJTq7iFcC6BY55P7h5PRXoMpyYObyhYn71LXNDnsob", "user_id": "44068e3973b944bd998ad759573e828b", "name": "NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1", "fingerprint": "9b:2b:de:be:ae:d5:0d:a4:fd:92:05:c7:e3:bb:23:a7"}} 2018-06-29 13:18:55,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-954c0e55-13f6-48b0-a833-9cb12c4aa548 2018-06-29 13:18:55,559 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1 2018-06-29 13:18:55,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc4622c3cb1b909d7464e4735e69d3321e61f89" 2018-06-29 13:18:55,730 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:18: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-0487a73c-183f-43cc-83bf-d3d8b7b85467 x-compute-request-id: req-0487a73c-183f-43cc-83bf-d3d8b7b85467 Content-Length: 0 Content-Type: application/json 2018-06-29 13:18:55,730 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ffaec9fe-93dc-44e5-8847-0c2a25435ce1 used request id req-0487a73c-183f-43cc-83bf-d3d8b7b85467 2018-06-29 13:18:55,732 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:55,883 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 2018-06-29 13:18:55,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:56,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["EjnXMPXFRZq9ViNRIA0dNw"], "issued_at": "2018-06-29T13:18:56.000000Z"}} 2018-06-29 13:18:56,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70d4cc7234d76d95497ec93e6df52b9906182a5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAkW/YjLPepCDR/ewT3nbXRGYFXl377k1rZXVt9PiNZufwgy4iNnAmqZZqbk5BG6Sfn1zwPT1TtSLqaB7IQL83l3TtWlOZ1oSqUtPsC6Gnil83xwYzOmz1vVeNXYW71F19Zrlkc1Getz4anti80a5Myevb0WkcqjOH3qHe+Qu1Ja8tK6gQwrhg9wEXpTWMV3Oqy0h9m5en3yhD9sYMgYpM5Yb7yo1UnevU80uxSGkzBiQ1Fhc3oYM/K5clFkXwLq/k0mlC/qInaoY9hXaqlQwpiOOF5zSHVgNp+gjmXkRukCWbA5Or8kRuj+nVtDNHDbmeF1rsWoFdeLev2GYqOpxP", "name": "NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996"}}' 2018-06-29 13:18:56,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-01cde65e-98b9-4a97-8b2e-3151123bf376 x-compute-request-id: req-01cde65e-98b9-4a97-8b2e-3151123bf376 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAkW/YjLPepCDR/ewT3nbXRGYFXl377k1rZXVt9PiNZufwgy4iNnAmqZZqbk5BG6Sfn1zwPT1TtSLqaB7IQL83l3TtWlOZ1oSqUtPsC6Gnil83xwYzOmz1vVeNXYW71F19Zrlkc1Getz4anti80a5Myevb0WkcqjOH3qHe+Qu1Ja8tK6gQwrhg9wEXpTWMV3Oqy0h9m5en3yhD9sYMgYpM5Yb7yo1UnevU80uxSGkzBiQ1Fhc3oYM/K5clFkXwLq/k0mlC/qInaoY9hXaqlQwpiOOF5zSHVgNp+gjmXkRukCWbA5Or8kRuj+nVtDNHDbmeF1rsWoFdeLev2GYqOpxP", "user_id": "44068e3973b944bd998ad759573e828b", "name": "NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996", "fingerprint": "f3:cb:25:39:82:80:a6:6f:37:34:73:70:af:3d:cc:14"}} 2018-06-29 13:18:56,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-01cde65e-98b9-4a97-8b2e-3151123bf376 2018-06-29 13:18:56,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70d4cc7234d76d95497ec93e6df52b9906182a5" 2018-06-29 13:18:56,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-59fab536-3b81-4a56-a9c8-d85afbf719d1 x-compute-request-id: req-59fab536-3b81-4a56-a9c8-d85afbf719d1 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAkW/YjLPepCDR/ewT3nbXRGYFXl377k1rZXVt9PiNZufwgy4iNnAmqZZqbk5BG6Sfn1zwPT1TtSLqaB7IQL83l3TtWlOZ1oSqUtPsC6Gnil83xwYzOmz1vVeNXYW71F19Zrlkc1Getz4anti80a5Myevb0WkcqjOH3qHe+Qu1Ja8tK6gQwrhg9wEXpTWMV3Oqy0h9m5en3yhD9sYMgYpM5Yb7yo1UnevU80uxSGkzBiQ1Fhc3oYM/K5clFkXwLq/k0mlC/qInaoY9hXaqlQwpiOOF5zSHVgNp+gjmXkRukCWbA5Or8kRuj+nVtDNHDbmeF1rsWoFdeLev2GYqOpxP", "user_id": "44068e3973b944bd998ad759573e828b", "name": "NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996", "deleted": false, "created_at": "2018-06-29T13:18:56.000000", "updated_at": null, "fingerprint": "f3:cb:25:39:82:80:a6:6f:37:34:73:70:af:3d:cc:14", "deleted_at": null, "id": 3}} 2018-06-29 13:18:56,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 used request id req-59fab536-3b81-4a56-a9c8-d85afbf719d1 2018-06-29 13:18:56,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70d4cc7234d76d95497ec93e6df52b9906182a5" 2018-06-29 13:18:56,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-689f3900-8d49-4349-9bdd-6e88f52f9239 x-compute-request-id: req-689f3900-8d49-4349-9bdd-6e88f52f9239 Content-Encoding: gzip Content-Length: 472 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAkW/YjLPepCDR/ewT3nbXRGYFXl377k1rZXVt9PiNZufwgy4iNnAmqZZqbk5BG6Sfn1zwPT1TtSLqaB7IQL83l3TtWlOZ1oSqUtPsC6Gnil83xwYzOmz1vVeNXYW71F19Zrlkc1Getz4anti80a5Myevb0WkcqjOH3qHe+Qu1Ja8tK6gQwrhg9wEXpTWMV3Oqy0h9m5en3yhD9sYMgYpM5Yb7yo1UnevU80uxSGkzBiQ1Fhc3oYM/K5clFkXwLq/k0mlC/qInaoY9hXaqlQwpiOOF5zSHVgNp+gjmXkRukCWbA5Or8kRuj+nVtDNHDbmeF1rsWoFdeLev2GYqOpxP", "name": "NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996", "fingerprint": "f3:cb:25:39:82:80:a6:6f:37:34:73:70:af:3d:cc:14"}}]} 2018-06-29 13:18:56,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-689f3900-8d49-4349-9bdd-6e88f52f9239 2018-06-29 13:18:56,549 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 2018-06-29 13:18:56,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70d4cc7234d76d95497ec93e6df52b9906182a5" 2018-06-29 13:18:56,592 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:18: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-58e3ba0d-5042-40f3-b517-341c09fb788f x-compute-request-id: req-58e3ba0d-5042-40f3-b517-341c09fb788f Content-Length: 0 Content-Type: application/json 2018-06-29 13:18:56,592 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cc41648a-6d40-4612-a60c-f7708302a996 used request id req-58e3ba0d-5042-40f3-b517-341c09fb788f 2018-06-29 13:18:56,593 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:56,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:56,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["wzaE-rAdSOeP4WDYelfbJA"], "issued_at": "2018-06-29T13:18:56.000000Z"}} 2018-06-29 13:18:56,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82436d8e792f7b921596fb78237301a245d9f648" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id", "swap": 2}}' 2018-06-29 13:18:57,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18: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-9456e93e-f66e-415a-98b1-617d11258182 x-compute-request-id: req-9456e93e-f66e-415a-98b1-617d11258182 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": 2, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "disk": 1, "id": "NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id"}} 2018-06-29 13:18:57,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9456e93e-f66e-415a-98b1-617d11258182 2018-06-29 13:18:57,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82436d8e792f7b921596fb78237301a245d9f648" 2018-06-29 13:18:57,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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-1fe969d0-8157-4739-9964-6f888f43495b x-compute-request-id: req-1fe969d0-8157-4739-9964-6f888f43495b Content-Length: 0 Content-Type: application/json 2018-06-29 13:18:57,226 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id used request id req-1fe969d0-8157-4739-9964-6f888f43495b 2018-06-29 13:18:57,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82436d8e792f7b921596fb78237301a245d9f648" 2018-06-29 13:18:57,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-321a1d75-1856-4a78-a7fc-c18ab3fbd570 x-compute-request-id: req-321a1d75-1856-4a78-a7fc-c18ab3fbd570 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:18:57,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-321a1d75-1856-4a78-a7fc-c18ab3fbd570 2018-06-29 13:18:57,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82436d8e792f7b921596fb78237301a245d9f648" 2018-06-29 13:18:57,270 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13: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-8a1571f3-3d89-45bd-b8da-057869a74eb4 x-compute-request-id: req-8a1571f3-3d89-45bd-b8da-057869a74eb4 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id could not be found.", "code": 404}} 2018-06-29 13:18:57,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-162acb8d-77be-4daa-a9f2-18b87a203154-id used request id req-8a1571f3-3d89-45bd-b8da-057869a74eb4 2018-06-29 13:18:57,271 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:57,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:57,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["uwcZ0CDjTwCPXvJjVfpe8w"], "issued_at": "2018-06-29T13:18:57.000000Z"}} 2018-06-29 13:18:57,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90b0a1dbf722b2a30b82ed6494f3835963facf0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id", "swap": 2}}' 2018-06-29 13:18:57,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-bdb8349a-39a9-41f5-98e1-a8c953bc768a x-compute-request-id: req-bdb8349a-39a9-41f5-98e1-a8c953bc768a Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": 2, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "disk": 1, "id": "NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id"}} 2018-06-29 13:18:57,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bdb8349a-39a9-41f5-98e1-a8c953bc768a 2018-06-29 13:18:57,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90b0a1dbf722b2a30b82ed6494f3835963facf0" 2018-06-29 13:18:57,897 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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-a2c6b167-f62d-48c4-a114-2d2c347b87fc x-compute-request-id: req-a2c6b167-f62d-48c4-a114-2d2c347b87fc Content-Length: 0 Content-Type: application/json 2018-06-29 13:18:57,897 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-bf36dcda-0969-47de-bcec-6ea71641fafb-id used request id req-a2c6b167-f62d-48c4-a114-2d2c347b87fc 2018-06-29 13:18:57,898 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:18:57,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:58,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Be-966tmRH20ZlBFz9RHMg"], "issued_at": "2018-06-29T13:18:58.000000Z"}} 2018-06-29 13:18:58,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:18:58,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e34f1a-c57b-49cf-85fe-31156dbc31c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:58,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f3e34f1a-c57b-49cf-85fe-31156dbc31c6 2018-06-29 13:18:58,369 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:18:58,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:18:58,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:18:58,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["1A-HzF0iTcezIeQU4Y7kZA"], "issued_at": "2018-06-29T13:18:58.000000Z"}} 2018-06-29 13:18:58,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:18:58,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875daab1-6ff7-457d-acf4-7784fad54199 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:18:58,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-875daab1-6ff7-457d-acf4-7784fad54199 2018-06-29 13:18:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:18:59,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-e4d24151-33b1-4c7a-8117-fc2992931bd5 Date: Fri, 29 Jun 2018 13:18:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image"} 2018-06-29 13:18:59,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image used request id req-e4d24151-33b1-4c7a-8117-fc2992931bd5 2018-06-29 13:18:59,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:18:59,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fbd9b4ac-7abe-408e-9aac-91d80745e39b Date: Fri, 29 Jun 2018 13:18: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", "uploading", "importing", "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-06-29 13:18:59,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fbd9b4ac-7abe-408e-9aac-91d80745e39b 2018-06-29 13:18:59,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image"}' 2018-06-29 13:18:59,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ded18eb3-cc11-4892-a492-0a85a22ebd77 Date: Fri, 29 Jun 2018 13:18:59 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:18:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:18:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "min_disk": 0, "protected": false, "id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "file": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:18:59,533 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ded18eb3-cc11-4892-a492-0a85a22ebd77 2018-06-29 13:18:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" -d '' 2018-06-29 13:19:00,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3fd30967-5ae4-4dfc-a151-450d60f0b179 Date: Fri, 29 Jun 2018 13:19:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:19:00,686 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file used request id req-3fd30967-5ae4-4dfc-a151-450d60f0b179 2018-06-29 13:19:00,686 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:19:00,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:19:00,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-b66b336a-9269-43b6-9cb5-e672cc8c357d Date: Fri, 29 Jun 2018 13:19:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:18:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:00Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "metadata": {}}], "self": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "min_disk": 0, "protected": false, "id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "file": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:19:00,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 used request id req-b66b336a-9269-43b6-9cb5-e672cc8c357d 2018-06-29 13:19:00,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:19:00,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f3ab6fda-654f-4cfc-9d69-cf2c4f43feec Date: Fri, 29 Jun 2018 13:19: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", "uploading", "importing", "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-06-29 13:19:00,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f3ab6fda-654f-4cfc-9d69-cf2c4f43feec 2018-06-29 13:19:00,721 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image 2018-06-29 13:19:00,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:19:00,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-a2f1c39c-5d3a-434f-b4d7-b90d2fc7b7ce Date: Fri, 29 Jun 2018 13:19:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:18:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:00Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "metadata": {}}], "self": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "min_disk": 0, "protected": false, "id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "file": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:19:00,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 used request id req-a2f1c39c-5d3a-434f-b4d7-b90d2fc7b7ce 2018-06-29 13:19:00,741 - create_image - DEBUG - Instance status is - active 2018-06-29 13:19:00,741 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image 2018-06-29 13:19:00,741 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image 2018-06-29 13:19:00,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:19:00,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:19:01,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["MtpOX-5JSSO4gET3mPNetw"], "issued_at": "2018-06-29T13:19:01.000000Z"}} 2018-06-29 13:19:01,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:01,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85aa95e0-49b9-4b23-bfd4-297dee3f5a7c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:19:01,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-85aa95e0-49b9-4b23-bfd4-297dee3f5a7c 2018-06-29 13:19:01,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:01,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b4181e0e-fb2b-485a-aaa4-29ec51e753fd Date: Fri, 29 Jun 2018 13:19:01 GMT RESP BODY: {"networks":[]} 2018-06-29 13:19:01,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net used request id req-b4181e0e-fb2b-485a-aaa4-29ec51e753fd 2018-06-29 13:19:01,400 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net 2018-06-29 13:19:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" -d '{"network": {"name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net", "admin_state_up": true}}' 2018-06-29 13:19:01,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6b89acce-72f6-4fca-b464-c31ca51111b9 Date: Fri, 29 Jun 2018 13:19:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:19:01Z","is_default":false,"provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","mtu":1450}} 2018-06-29 13:19:01,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6b89acce-72f6-4fca-b464-c31ca51111b9 2018-06-29 13:19:01,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:01,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5ff62a2a-6985-4c2a-8eb3-ba8a7a51a7cd Date: Fri, 29 Jun 2018 13:19:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:19:01Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:01,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-5ff62a2a-6985-4c2a-8eb3-ba8a7a51a7cd 2018-06-29 13:19:01,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:01,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-24ea97dc-a9af-451c-bd99-e9f5df7ee864 Date: Fri, 29 Jun 2018 13:19:01 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:19:01,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-24ea97dc-a9af-451c-bd99-e9f5df7ee864 2018-06-29 13:19:01,807 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet 2018-06-29 13:19:01,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" -d '{"subnets": [{"ip_version": 4, "network_id": "807a4d52-d26c-498c-a21e-73cb13fe96db", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]}' 2018-06-29 13:19:02,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c9729af5-c32c-4f05-b3a2-4e0c662caf87 Date: Fri, 29 Jun 2018 13:19:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:02,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c9729af5-c32c-4f05-b3a2-4e0c662caf87 2018-06-29 13:19:02,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:02,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ddf5b588-8e43-4664-926b-d5688a8a8d1f Date: Fri, 29 Jun 2018 13:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["1e2393c0-4508-4f41-859f-998a01b328ba"],"description":"","tags":[],"updated_at":"2018-06-29T13:19:02Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:02,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-ddf5b588-8e43-4664-926b-d5688a8a8d1f 2018-06-29 13:19:02,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:02,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-87153b7c-6897-4e01-9fda-e005641c5fb0 Date: Fri, 29 Jun 2018 13:19:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:02,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-87153b7c-6897-4e01-9fda-e005641c5fb0 2018-06-29 13:19:02,454 - OpenStackNetwork - DEBUG - Network [807a4d52-d26c-498c-a21e-73cb13fe96db] created successfully 2018-06-29 13:19:02,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:19:02,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:19:02,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["K8W7BbYCRRW-gBNTn4oVUQ"], "issued_at": "2018-06-29T13:19:02.000000Z"}} 2018-06-29 13:19:02,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e1439d3b79f100688a755ae44e759bd8adf80ba" 2018-06-29 13:19:02,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d24e12a-465a-4e97-8e29-b52e7743d0d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:19:02,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d24e12a-465a-4e97-8e29-b52e7743d0d1 2018-06-29 13:19:02,885 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:19:02,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e1439d3b79f100688a755ae44e759bd8adf80ba" 2018-06-29 13:19:03,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-8e691ca1-a40e-4017-9d3c-ca82d56d787e x-compute-request-id: req-8e691ca1-a40e-4017-9d3c-ca82d56d787e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:19:03,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8e691ca1-a40e-4017-9d3c-ca82d56d787e 2018-06-29 13:19:03,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e1439d3b79f100688a755ae44e759bd8adf80ba" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-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-06-29 13:19:03,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-1c6f2dd9-6162-49ab-880e-c811c80ab871 x-compute-request-id: req-1c6f2dd9-6162-49ab-880e-c811c80ab871 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a"}} 2018-06-29 13:19:03,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1c6f2dd9-6162-49ab-880e-c811c80ab871 2018-06-29 13:19:03,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:19:03,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:19:03,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["dFrYEsuDTIyAeNH1UxBzGg"], "issued_at": "2018-06-29T13:19:03.000000Z"}} 2018-06-29 13:19:03,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eeaa43a3876c8250a2202c6b1f1418ffa68a415" 2018-06-29 13:19:04,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573b7f3f-f63f-4c39-8d20-8fd6de1d9e22 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:19:04,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-573b7f3f-f63f-4c39-8d20-8fd6de1d9e22 2018-06-29 13:19:04,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:04,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d686fd36-33dc-4441-b7c3-ad013d9e3056 Date: Fri, 29 Jun 2018 13:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["1e2393c0-4508-4f41-859f-998a01b328ba"],"description":"","tags":[],"updated_at":"2018-06-29T13:19:02Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:04,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net used request id req-d686fd36-33dc-4441-b7c3-ad013d9e3056 2018-06-29 13:19:04,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:04,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-040cf1f8-7f92-42c2-9746-dd639c913a59 Date: Fri, 29 Jun 2018 13:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:04,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-040cf1f8-7f92-42c2-9746-dd639c913a59 2018-06-29 13:19:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:04,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-fe9ca236-b3a6-468c-b860-982d3fbe3919 Date: Fri, 29 Jun 2018 13:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["1e2393c0-4508-4f41-859f-998a01b328ba"],"description":"","tags":[],"updated_at":"2018-06-29T13:19:02Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:04,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net used request id req-fe9ca236-b3a6-468c-b860-982d3fbe3919 2018-06-29 13:19:04,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:19:04,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:19:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:19:04,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eeaa43a3876c8250a2202c6b1f1418ffa68a415" 2018-06-29 13:19:04,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abfa149-a566-40db-a96d-2c42337bf651 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:19:04,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-7abfa149-a566-40db-a96d-2c42337bf651 2018-06-29 13:19:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:04,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-468583c7-97ec-4bc5-9d5f-d235a05108dd Date: Fri, 29 Jun 2018 13:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:04,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-468583c7-97ec-4bc5-9d5f-d235a05108dd 2018-06-29 13:19:04,476 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net 2018-06-29 13:19:04,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" -d '{"port": {"network_id": "807a4d52-d26c-498c-a21e-73cb13fe96db", "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port", "admin_state_up": true}}' 2018-06-29 13:19:05,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-e52b4cbd-5e1d-4a34-8c36-8c9bc2e7266a Date: Fri, 29 Jun 2018 13:19:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:19:04Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1e2393c0-4508-4f41-859f-998a01b328ba","ip_address":"10.55.0.9"}],"id":"87f47992-e476-4152-b1cd-c211225f9683","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:27:ac","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port","admin_state_up":true,"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:04Z","binding:vnic_type":"normal"}} 2018-06-29 13:19:05,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e52b4cbd-5e1d-4a34-8c36-8c9bc2e7266a 2018-06-29 13:19:05,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e792572d-778f-4eca-96ff-11646bcf5812 Date: Fri, 29 Jun 2018 13:19:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["1e2393c0-4508-4f41-859f-998a01b328ba"],"description":"","tags":[],"updated_at":"2018-06-29T13:19:02Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:05,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net used request id req-e792572d-778f-4eca-96ff-11646bcf5812 2018-06-29 13:19:05,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:19:05,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:19:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:19:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3a8f36-725c-4b94-a354-ab29488d2399 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:19:05,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-ff3a8f36-725c-4b94-a354-ab29488d2399 2018-06-29 13:19:05,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-12d694ef-150f-4a84-8036-871117407273 Date: Fri, 29 Jun 2018 13:19:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:05,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-12d694ef-150f-4a84-8036-871117407273 2018-06-29 13:19:05,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-2c2bbceb-68fa-47a6-b4ee-519b782876c1 Date: Fri, 29 Jun 2018 13:19:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:19:04Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e2393c0-4508-4f41-859f-998a01b328ba","ip_address":"10.55.0.9"}],"id":"87f47992-e476-4152-b1cd-c211225f9683","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:27:ac","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port","admin_state_up":true,"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:04Z","binding:vnic_type":"normal"}]} 2018-06-29 13:19:05,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port&admin_state_up=True used request id req-2c2bbceb-68fa-47a6-b4ee-519b782876c1 2018-06-29 13:19:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658a238b-f9cb-4d5b-aebd-890f80eb6460 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:19:05,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-658a238b-f9cb-4d5b-aebd-890f80eb6460 2018-06-29 13:19:05,610 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst 2018-06-29 13:19:05,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-e9406038-9689-452e-9513-a8e2606704f1 x-compute-request-id: req-e9406038-9689-452e-9513-a8e2606704f1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-flavor-name"}]} 2018-06-29 13:19:05,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e9406038-9689-452e-9513-a8e2606704f1 2018-06-29 13:19:05,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:05,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-fa1114ae-6819-48a1-8818-31f5639c05e6 x-compute-request-id: req-fa1114ae-6819-48a1-8818-31f5639c05e6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a"}} 2018-06-29 13:19:05,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a used request id req-fa1114ae-6819-48a1-8818-31f5639c05e6 2018-06-29 13:19:05,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:06,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-0a7a716e-9dd9-415c-a4aa-743378472606 Date: Fri, 29 Jun 2018 13:19:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:18:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:00Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "metadata": {}}], "self": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "min_disk": 0, "protected": false, "id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "file": "/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image"} 2018-06-29 13:19:06,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image used request id req-0a7a716e-9dd9-415c-a4aa-743378472606 2018-06-29 13:19:06,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:06,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-dfb952d8-697a-44f7-a711-f81734d25516 Date: Fri, 29 Jun 2018 13:19:06 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", "uploading", "importing", "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-06-29 13:19:06,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dfb952d8-697a-44f7-a711-f81734d25516 2018-06-29 13:19:06,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" -d '{"server": {"name": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "imageRef": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "flavorRef": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "max_count": 1, "min_count": 1, "networks": [{"port": "87f47992-e476-4152-b1cd-c211225f9683"}]}}' 2018-06-29 13:19:07,614 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:19: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-30b4ad32-5c68-41cc-8c6c-a665cdb958fb x-compute-request-id: req-30b4ad32-5c68-41cc-8c6c-a665cdb958fb Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "adminPass": "fMj2JVrytDH6"}} 2018-06-29 13:19:07,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-30b4ad32-5c68-41cc-8c6c-a665cdb958fb 2018-06-29 13:19:07,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:07,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-ede474c0-8338-4b74-8d1b-cd19bca91468 x-compute-request-id: req-ede474c0-8338-4b74-8d1b-cd19bca91468 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:19: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": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:07,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-ede474c0-8338-4b74-8d1b-cd19bca91468 2018-06-29 13:19:07,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:08,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-895fdf8a-da0a-4501-94cd-54ca24f3324a x-compute-request-id: req-895fdf8a-da0a-4501-94cd-54ca24f3324a Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:19: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": "NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:08,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-895fdf8a-da0a-4501-94cd-54ca24f3324a 2018-06-29 13:19:11,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:11,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-329c2eb2-15d3-41e4-b0da-dec82ed9f655 x-compute-request-id: req-329c2eb2-15d3-41e4-b0da-dec82ed9f655 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:11,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-329c2eb2-15d3-41e4-b0da-dec82ed9f655 2018-06-29 13:19:14,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:15,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-bf2de96c-7d3a-4e17-8279-d8c04aa40031 x-compute-request-id: req-bf2de96c-7d3a-4e17-8279-d8c04aa40031 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:15,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-bf2de96c-7d3a-4e17-8279-d8c04aa40031 2018-06-29 13:19:18,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:18,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-959652d4-9a15-47ea-83a1-158fccb512b0 x-compute-request-id: req-959652d4-9a15-47ea-83a1-158fccb512b0 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:18,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-959652d4-9a15-47ea-83a1-158fccb512b0 2018-06-29 13:19:21,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:21,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-503d18dc-c5f0-40d4-ab51-0a6f6b20e90f x-compute-request-id: req-503d18dc-c5f0-40d4-ab51-0a6f6b20e90f Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:21,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-503d18dc-c5f0-40d4-ab51-0a6f6b20e90f 2018-06-29 13:19:24,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:25,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-2f69cfbd-bd44-472b-a11d-5c53a42f1c98 x-compute-request-id: req-2f69cfbd-bd44-472b-a11d-5c53a42f1c98 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:25,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-2f69cfbd-bd44-472b-a11d-5c53a42f1c98 2018-06-29 13:19:28,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:28,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-2142e3f9-5890-4fd8-a800-87800c732348 x-compute-request-id: req-2142e3f9-5890-4fd8-a800-87800c732348 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:28,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-2142e3f9-5890-4fd8-a800-87800c732348 2018-06-29 13:19:31,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:31,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-29ce9dd5-df53-4062-9d18-5377badb4f7d x-compute-request-id: req-29ce9dd5-df53-4062-9d18-5377badb4f7d Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:31,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-29ce9dd5-df53-4062-9d18-5377badb4f7d 2018-06-29 13:19:34,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:35,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-990bb08b-fc94-4b39-8ca5-f4be16a6df33 x-compute-request-id: req-990bb08b-fc94-4b39-8ca5-f4be16a6df33 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:35,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-990bb08b-fc94-4b39-8ca5-f4be16a6df33 2018-06-29 13:19:38,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:38,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-47d7777e-a7c9-421d-ad95-a8a5a976907d x-compute-request-id: req-47d7777e-a7c9-421d-ad95-a8a5a976907d Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:10Z", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:38,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-47d7777e-a7c9-421d-ad95-a8a5a976907d 2018-06-29 13:19:41,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:42,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-97b267be-7bfb-4ee0-bc2f-aa22fa92c4e1 x-compute-request-id: req-97b267be-7bfb-4ee0-bc2f-aa22fa92c4e1 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:41Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:42,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-97b267be-7bfb-4ee0-bc2f-aa22fa92c4e1 2018-06-29 13:19:45,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:45,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-be7308ca-d5e6-43c5-a22e-45b586798f3c x-compute-request-id: req-be7308ca-d5e6-43c5-a22e-45b586798f3c Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:27:ac", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:41Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:45,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-be7308ca-d5e6-43c5-a22e-45b586798f3c 2018-06-29 13:19:48,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:48,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-071a4f2e-0d35-470a-be76-e96567d2967e x-compute-request-id: req-071a4f2e-0d35-470a-be76-e96567d2967e Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:27:ac", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:19:41Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:48,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-071a4f2e-0d35-470a-be76-e96567d2967e 2018-06-29 13:19:51,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-deea516c-d582-445e-955c-e020f4968718 x-compute-request-id: req-deea516c-d582-445e-955c-e020f4968718 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:27:ac", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-06-29T13:11:46.000000", "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:19:49Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:52,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-deea516c-d582-445e-955c-e020f4968718 2018-06-29 13:19:52,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19: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-4449d22d-16bd-4233-a21a-43c60b1dfdce x-compute-request-id: req-4449d22d-16bd-4233-a21a-43c60b1dfdce Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:27:ac", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "rel": "bookmark"}], "image": {"id": "ee729fa1-115c-4233-ae7f-a4655e46a0d5", "links": [{"href": "http://172.30.9.28:8774/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-06-29T13:11:46.000000", "flavor": {"id": "49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "links": [{"href": "http://172.30.9.28:8774/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a", "rel": "bookmark"}]}, "id": "42345f0c-7aa7-4ab2-aa0c-70912a0ac853", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:19:49Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-b6631437-6a81-4c62-bbf8-1eed896cdf30-vm_inst", "created": "2018-06-29T13:19:07Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:19:52,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-4449d22d-16bd-4233-a21a-43c60b1dfdce 2018-06-29 13:19:52,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-520d2992-bb45-41a5-b360-01f27dc3c701 Date: Fri, 29 Jun 2018 13:19:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"807a4d52-d26c-498c-a21e-73cb13fe96db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["1e2393c0-4508-4f41-859f-998a01b328ba"],"description":"","tags":[],"updated_at":"2018-06-29T13:19:02Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:01Z","provider:network_type":"vxlan"}]} 2018-06-29 13:19:52,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net used request id req-520d2992-bb45-41a5-b360-01f27dc3c701 2018-06-29 13:19:52,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5987720f-cfd2-4e64-9674-05ea91152604 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:19:52,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5987720f-cfd2-4e64-9674-05ea91152604 2018-06-29 13:19:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2f5b0b40-e30f-4659-bd0f-dc73c0f9b9ff Date: Fri, 29 Jun 2018 13:19:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","dns_nameservers":[],"updated_at":"2018-06-29T13:19:02Z","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":"9df2d150d03e418295cfd19870a1099d","id":"1e2393c0-4508-4f41-859f-998a01b328ba","subnetpool_id":null,"name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet"}]} 2018-06-29 13:19:52,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-2f5b0b40-e30f-4659-bd0f-dc73c0f9b9ff 2018-06-29 13:19:52,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1800 X-Openstack-Request-Id: req-b4681c7e-f4bc-4ad5-98a9-200206bfd4c0 Date: Fri, 29 Jun 2018 13:19:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:19:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e2393c0-4508-4f41-859f-998a01b328ba","ip_address":"10.55.0.2"}],"id":"26cb0133-0298-4904-9374-44b3ba652f8e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:91:2b","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-807a4d52-d26c-498c-a21e-73cb13fe96db","name":"","admin_state_up":true,"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:19:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e2393c0-4508-4f41-859f-998a01b328ba","ip_address":"10.55.0.9"}],"id":"87f47992-e476-4152-b1cd-c211225f9683","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:27:ac","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"42345f0c-7aa7-4ab2-aa0c-70912a0ac853","name":"NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port","admin_state_up":true,"network_id":"807a4d52-d26c-498c-a21e-73cb13fe96db","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:19:04Z","binding:vnic_type":"normal"}]} 2018-06-29 13:19:52,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-b4681c7e-f4bc-4ad5-98a9-200206bfd4c0 2018-06-29 13:19:52,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:52,975 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:19: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-9d454e8d-9569-4a0e-a7f3-7af9214a5200 x-compute-request-id: req-9d454e8d-9569-4a0e-a7f3-7af9214a5200 Content-Type: application/json 2018-06-29 13:19:52,975 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/42345f0c-7aa7-4ab2-aa0c-70912a0ac853 used request id req-9d454e8d-9569-4a0e-a7f3-7af9214a5200 2018-06-29 13:19:52,975 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-port 2018-06-29 13:19:52,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/87f47992-e476-4152-b1cd-c211225f9683 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3fefda3fb59c4de2a72131a0af41fb34e290d10" 2018-06-29 13:19:53,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6489001b-7a21-42da-bd2d-311650cc8f44 Date: Fri, 29 Jun 2018 13:19:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:19:53,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/87f47992-e476-4152-b1cd-c211225f9683 used request id req-6489001b-7a21-42da-bd2d-311650cc8f44 2018-06-29 13:19:53,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e1439d3b79f100688a755ae44e759bd8adf80ba" 2018-06-29 13:19:54,011 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:19: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-c0e6221d-e431-4bd8-a374-cd36098afd6b x-compute-request-id: req-c0e6221d-e431-4bd8-a374-cd36098afd6b Content-Length: 0 Content-Type: application/json 2018-06-29 13:19:54,011 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/49c4e1f3-65b2-4757-aa59-ced2e50b6c3a used request id req-c0e6221d-e431-4bd8-a374-cd36098afd6b 2018-06-29 13:19:54,012 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet 2018-06-29 13:19:54,012 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-subnet 2018-06-29 13:19:54,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/1e2393c0-4508-4f41-859f-998a01b328ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:55,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84b2e492-2747-4ded-9a8a-18764663630d Date: Fri, 29 Jun 2018 13:19:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:19:55,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1e2393c0-4508-4f41-859f-998a01b328ba used request id req-84b2e492-2747-4ded-9a8a-18764663630d 2018-06-29 13:19:55,262 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-net 2018-06-29 13:19:55,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/807a4d52-d26c-498c-a21e-73cb13fe96db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3460cf4074b7b0e2f998f4f612bf19fbac8e43" 2018-06-29 13:19:56,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58df6385-c31c-4a49-bc23-09eadf6e3f2a Date: Fri, 29 Jun 2018 13:19:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:19:56,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/807a4d52-d26c-498c-a21e-73cb13fe96db used request id req-58df6385-c31c-4a49-bc23-09eadf6e3f2a 2018-06-29 13:19:56,761 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-b6631437-6a81-4c62-bbf8-1eed896cdf30-image 2018-06-29 13:19:56,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dccfbc0c4a23f5b165a0b08042ec340109bc65a4" 2018-06-29 13:19:57,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db8d0cb7-fedf-4813-a9f8-1d8272094f2e Date: Fri, 29 Jun 2018 13:19:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:19:57,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ee729fa1-115c-4233-ae7f-a4655e46a0d5 used request id req-db8d0cb7-fedf-4813-a9f8-1d8272094f2e 2018-06-29 13:19:57,669 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:19:57,672 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:19:57,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:19:57,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:19:58,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["lp1b4EeLR3yjfQ-ck_fQoQ"], "issued_at": "2018-06-29T13:19:58.000000Z"}} 2018-06-29 13:19:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:58,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612bb7e6-41a2-4e60-add6-6e470a0ef81d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:19:58,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-612bb7e6-41a2-4e60-add6-6e470a0ef81d 2018-06-29 13:19:58,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:58,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-310c6230-dfaf-41b5-92ea-d58f0da833e1 Date: Fri, 29 Jun 2018 13:19:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image"} 2018-06-29 13:19:58,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image used request id req-310c6230-dfaf-41b5-92ea-d58f0da833e1 2018-06-29 13:19:58,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:58,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-338afcb5-8c8d-4689-be6e-8270923a7c06 Date: Fri, 29 Jun 2018 13:19:58 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", "uploading", "importing", "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-06-29 13:19:58,331 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-338afcb5-8c8d-4689-be6e-8270923a7c06 2018-06-29 13:19:58,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image"}' 2018-06-29 13:19:58,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8b28200d-825e-4237-8a00-f7358d7dc283 Date: Fri, 29 Jun 2018 13:19:58 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:19:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "min_disk": 0, "protected": false, "id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "file": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:19:58,400 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8b28200d-825e-4237-8a00-f7358d7dc283 2018-06-29 13:19:58,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" -d '' 2018-06-29 13:19:59,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f8afbd8-858c-44c6-a462-bbcfe8660740 Date: Fri, 29 Jun 2018 13:19:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:19:59,652 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file used request id req-6f8afbd8-858c-44c6-a462-bbcfe8660740 2018-06-29 13:19:59,652 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:19:59,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:59,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-796988c9-054e-472b-ad33-fdd1b1fea79b Date: Fri, 29 Jun 2018 13:19:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:19:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:59Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "metadata": {}}], "self": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "min_disk": 0, "protected": false, "id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "file": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:19:59,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f used request id req-796988c9-054e-472b-ad33-fdd1b1fea79b 2018-06-29 13:19:59,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:59,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-69e4096f-d4c4-4d53-865e-9b77caa5c747 Date: Fri, 29 Jun 2018 13:19: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", "uploading", "importing", "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-06-29 13:19:59,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-69e4096f-d4c4-4d53-865e-9b77caa5c747 2018-06-29 13:19:59,683 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image 2018-06-29 13:19:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:19:59,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c071c8c8-8d11-47dc-8e39-f97850f811a9 Date: Fri, 29 Jun 2018 13:19:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:19:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:59Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "metadata": {}}], "self": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "min_disk": 0, "protected": false, "id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "file": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:19:59,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f used request id req-c071c8c8-8d11-47dc-8e39-f97850f811a9 2018-06-29 13:19:59,708 - create_image - DEBUG - Instance status is - active 2018-06-29 13:19:59,708 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image 2018-06-29 13:19:59,708 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image 2018-06-29 13:19:59,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:19:59,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:00,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["bJREtcJlT3eNUaaMq2EGTQ"], "issued_at": "2018-06-29T13:20:00.000000Z"}} 2018-06-29 13:20:00,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:00,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651c10b0-6463-486f-9c54-b3f244c557a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:00,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-651c10b0-6463-486f-9c54-b3f244c557a8 2018-06-29 13:20:00,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:00,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ef694581-2162-4938-a775-cc13a12fba46 Date: Fri, 29 Jun 2018 13:20:00 GMT RESP BODY: {"networks":[]} 2018-06-29 13:20:00,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-ef694581-2162-4938-a775-cc13a12fba46 2018-06-29 13:20:00,514 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net 2018-06-29 13:20:00,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net", "admin_state_up": true}}' 2018-06-29 13:20:00,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e1b5b017-a64f-4609-99d3-6495682b72f9 Date: Fri, 29 Jun 2018 13:20:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:20:00Z","is_default":false,"provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","mtu":1450}} 2018-06-29 13:20:00,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e1b5b017-a64f-4609-99d3-6495682b72f9 2018-06-29 13:20:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:00,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a5e87dd3-907a-402c-9481-3c1cc98f2191 Date: Fri, 29 Jun 2018 13:20:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:20:00Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:00,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-a5e87dd3-907a-402c-9481-3c1cc98f2191 2018-06-29 13:20:00,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:00,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-57bef478-7865-42f6-8188-141cc3a088b6 Date: Fri, 29 Jun 2018 13:20:00 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:20:00,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-57bef478-7865-42f6-8188-141cc3a088b6 2018-06-29 13:20:00,976 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet 2018-06-29 13:20:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" -d '{"subnets": [{"ip_version": 4, "network_id": "c389d0a6-407e-46f8-9d68-5de33348a218", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]}' 2018-06-29 13:20:01,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3f62ca57-cf9f-488a-85f3-48fe7c161efa Date: Fri, 29 Jun 2018 13:20:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:01,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-3f62ca57-cf9f-488a-85f3-48fe7c161efa 2018-06-29 13:20:01,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:01,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6805ad0f-a17e-4e56-a264-8a0f595ace2d Date: Fri, 29 Jun 2018 13:20:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:01,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-6805ad0f-a17e-4e56-a264-8a0f595ace2d 2018-06-29 13:20:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:20:01,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-46098f2f-67f5-4afa-bb2e-500e3fb34919 Date: Fri, 29 Jun 2018 13:20:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:01,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-46098f2f-67f5-4afa-bb2e-500e3fb34919 2018-06-29 13:20:01,531 - OpenStackNetwork - DEBUG - Network [c389d0a6-407e-46f8-9d68-5de33348a218] created successfully 2018-06-29 13:20:01,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:20:01,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:01,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["tMEzffytSDSSWSqKu4DsEg"], "issued_at": "2018-06-29T13:20:01.000000Z"}} 2018-06-29 13:20:01,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7df663a9e125e87d0d1a28e531037147a0b7f401" 2018-06-29 13:20:02,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc0f333-c166-447e-810b-d3ecab608006 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:02,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3bc0f333-c166-447e-810b-d3ecab608006 2018-06-29 13:20:02,002 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:20:02,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7df663a9e125e87d0d1a28e531037147a0b7f401" 2018-06-29 13:20:02,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-2f0267cf-8def-4999-9cfa-7c32f6613809 x-compute-request-id: req-2f0267cf-8def-4999-9cfa-7c32f6613809 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:20:02,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2f0267cf-8def-4999-9cfa-7c32f6613809 2018-06-29 13:20:02,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7df663a9e125e87d0d1a28e531037147a0b7f401" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-06-29 13:20:02,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-c21a5336-3fb6-42e4-93eb-1fba1c5ea987 x-compute-request-id: req-c21a5336-3fb6-42e4-93eb-1fba1c5ea987 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9bf58000-e2cc-4c72-acdf-2e7111189a49"}} 2018-06-29 13:20:02,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c21a5336-3fb6-42e4-93eb-1fba1c5ea987 2018-06-29 13:20:02,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:20:02,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:02,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["XecB2srbQrK3aQeVs4YPsw"], "issued_at": "2018-06-29T13:20:02.000000Z"}} 2018-06-29 13:20:02,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:20:02,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c0cd8f-561f-4aa4-933a-358b15774724 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:02,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-58c0cd8f-561f-4aa4-933a-358b15774724 2018-06-29 13:20:02,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:20:03,545 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:02 GMT Server: Apache x-compute-request-id: req-27042709-63f6-473e-9844-2b8ba3289149 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27042709-63f6-473e-9844-2b8ba3289149 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 13:20:03,545 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-27042709-63f6-473e-9844-2b8ba3289149 2018-06-29 13:20:03,549 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201", "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-06-29 13:20:04,698 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:20:03 GMT Server: Apache x-compute-request-id: req-15fcedd0-9e14-4c08-81f1-980696f8e00e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-15fcedd0-9e14-4c08-81f1-980696f8e00e Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "44068e3973b944bd998ad759573e828b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T13:20:04.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1}} 2018-06-29 13:20:04,698 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes used request id req-15fcedd0-9e14-4c08-81f1-980696f8e00e 2018-06-29 13:20:04,702 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:20:05,641 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:04 GMT Server: Apache x-compute-request-id: req-81042a7e-380e-41b9-9a84-ae9d93be9dd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81042a7e-380e-41b9-9a84-ae9d93be9dd4 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:20:04.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:20:05,641 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-81042a7e-380e-41b9-9a84-ae9d93be9dd4 2018-06-29 13:20:05,642 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:20:05,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:20:06,623 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:05 GMT Server: Apache x-compute-request-id: req-4d13855e-b32f-436f-ae15-e1d839503940 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d13855e-b32f-436f-ae15-e1d839503940 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:20:06.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:20:06,623 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-4d13855e-b32f-436f-ae15-e1d839503940 2018-06-29 13:20:06,623 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:20:06,623 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:20:06,624 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:20:06,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:20:06,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:07,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["0hC4Tj0PTPqk0AiTFIZasA"], "issued_at": "2018-06-29T13:20:07.000000Z"}} 2018-06-29 13:20:07,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5533d673-ca16-400a-b9a9-02d112d587fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:07,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5533d673-ca16-400a-b9a9-02d112d587fc 2018-06-29 13:20:07,100 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:20:07,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d035dc1-2049-432b-bea3-8109fcd4e865 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:07,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d035dc1-2049-432b-bea3-8109fcd4e865 2018-06-29 13:20:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ace09fda-47a8-42b7-b487-02023c5cee86 Date: Fri, 29 Jun 2018 13:20:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:07,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-ace09fda-47a8-42b7-b487-02023c5cee86 2018-06-29 13:20:07,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:20:07,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:20:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:20:07,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf19b4a1-e07b-455a-b269-d4e6f57221d3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:07,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-bf19b4a1-e07b-455a-b269-d4e6f57221d3 2018-06-29 13:20:07,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ec0c913e-7976-41ad-906b-a42713e94b4c Date: Fri, 29 Jun 2018 13:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:07,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-ec0c913e-7976-41ad-906b-a42713e94b4c 2018-06-29 13:20:07,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:07,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-833aca0e-f382-41a8-ad1e-482931ebcac6 Date: Fri, 29 Jun 2018 13:20:07 GMT RESP BODY: {"ports":[]} 2018-06-29 13:20:07,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True used request id req-833aca0e-f382-41a8-ad1e-482931ebcac6 2018-06-29 13:20:07,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-5be97c66-964a-4c5e-8b89-aa14c8411467 x-compute-request-id: req-5be97c66-964a-4c5e-8b89-aa14c8411467 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 13:20:08,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst used request id req-5be97c66-964a-4c5e-8b89-aa14c8411467 2018-06-29 13:20:08,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0ff11cd4-1bb8-4aaf-bdbe-87a78d978531 Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:08,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-0ff11cd4-1bb8-4aaf-bdbe-87a78d978531 2018-06-29 13:20:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580802e5-4b2f-4363-b088-97524f9a5419 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:08,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-580802e5-4b2f-4363-b088-97524f9a5419 2018-06-29 13:20:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-03418134-6e55-441b-9426-3580a0744557 Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:08,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-03418134-6e55-441b-9426-3580a0744557 2018-06-29 13:20:08,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d86bc1f-b58b-4f4c-a20d-f53a17ca082c Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"ports":[]} 2018-06-29 13:20:08,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True used request id req-8d86bc1f-b58b-4f4c-a20d-f53a17ca082c 2018-06-29 13:20:08,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:20:08,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:08,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["YlmstvEhTROWNQDFXNk8uQ"], "issued_at": "2018-06-29T13:20:08.000000Z"}} 2018-06-29 13:20:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a2f44e4b3440bfca2a8642ea481ceac055e0d4" 2018-06-29 13:20:08,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bbcbaf-952a-4b72-896e-3976b9406e5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:08,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c8bbcbaf-952a-4b72-896e-3976b9406e5f 2018-06-29 13:20:08,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9dc6bd8c-22d2-4bbe-b535-e374a3468cd8 Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:08,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-9dc6bd8c-22d2-4bbe-b535-e374a3468cd8 2018-06-29 13:20:08,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-03380f2c-ca5b-45bb-8503-5a496db454cb Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:08,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-03380f2c-ca5b-45bb-8503-5a496db454cb 2018-06-29 13:20:08,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:08,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8dde5a3c-6f90-4760-b4a2-f5c24315f40e Date: Fri, 29 Jun 2018 13:20:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:08,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-8dde5a3c-6f90-4760-b4a2-f5c24315f40e 2018-06-29 13:20:08,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:20:08,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:20:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:20:08,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a2f44e4b3440bfca2a8642ea481ceac055e0d4" 2018-06-29 13:20:09,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e757ea0-9faf-4b31-bfdf-f619e8c5ceeb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:09,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-9e757ea0-9faf-4b31-bfdf-f619e8c5ceeb 2018-06-29 13:20:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:09,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f6e18084-3436-4752-a4e2-5b83ef1e1423 Date: Fri, 29 Jun 2018 13:20:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:09,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-f6e18084-3436-4752-a4e2-5b83ef1e1423 2018-06-29 13:20:09,105 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net 2018-06-29 13:20:09,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" -d '{"port": {"network_id": "c389d0a6-407e-46f8-9d68-5de33348a218", "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port", "admin_state_up": true}}' 2018-06-29 13:20:09,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-06c64208-55ae-4be0-b3dd-ca4076ba0a99 Date: Fri, 29 Jun 2018 13:20:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:09Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}} 2018-06-29 13:20:09,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-06c64208-55ae-4be0-b3dd-ca4076ba0a99 2018-06-29 13:20:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:09,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b59d6584-0421-4241-9d7d-d3e4d2bd929a Date: Fri, 29 Jun 2018 13:20:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:09,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-b59d6584-0421-4241-9d7d-d3e4d2bd929a 2018-06-29 13:20:09,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1666e8fd-8abb-49ae-8b63-7d5c2a60a8bc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:10,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-1666e8fd-8abb-49ae-8b63-7d5c2a60a8bc 2018-06-29 13:20:10,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dfa3e5a1-17df-42c0-a0f9-0d0ac74d19b7 Date: Fri, 29 Jun 2018 13:20:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:10,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-dfa3e5a1-17df-42c0-a0f9-0d0ac74d19b7 2018-06-29 13:20:10,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-30d04a4b-f6fe-4c7e-99a7-af8c024bf798 Date: Fri, 29 Jun 2018 13:20:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:09Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:20:10,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port&admin_state_up=True used request id req-30d04a4b-f6fe-4c7e-99a7-af8c024bf798 2018-06-29 13:20:10,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768207ca-45f1-41d2-837d-a97e2cc9ce49 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:10,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-768207ca-45f1-41d2-837d-a97e2cc9ce49 2018-06-29 13:20:10,291 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst 2018-06-29 13:20:10,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-40d9a254-002f-4b70-a089-ee1aa239bc25 x-compute-request-id: req-40d9a254-002f-4b70-a089-ee1aa239bc25 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-flavor"}]} 2018-06-29 13:20:10,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40d9a254-002f-4b70-a089-ee1aa239bc25 2018-06-29 13:20:10,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-cdfd7fba-c7e7-4bfc-b1d9-6ac2021d9826 x-compute-request-id: req-cdfd7fba-c7e7-4bfc-b1d9-6ac2021d9826 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9bf58000-e2cc-4c72-acdf-2e7111189a49"}} 2018-06-29 13:20:10,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49 used request id req-cdfd7fba-c7e7-4bfc-b1d9-6ac2021d9826 2018-06-29 13:20:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-3a7be72a-7ebb-42af-8425-81bdc838286a Date: Fri, 29 Jun 2018 13:20:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:19:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:19:59Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "metadata": {}}], "self": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "min_disk": 0, "protected": false, "id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "file": "/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image"} 2018-06-29 13:20:10,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image used request id req-3a7be72a-7ebb-42af-8425-81bdc838286a 2018-06-29 13:20:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:10,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f05a30a8-335e-435f-a307-5194cb0f8aab Date: Fri, 29 Jun 2018 13: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", "uploading", "importing", "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-06-29 13:20:10,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f05a30a8-335e-435f-a307-5194cb0f8aab 2018-06-29 13:20:10,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "imageRef": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "flavorRef": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "max_count": 1, "min_count": 1, "networks": [{"port": "6f5b54fc-b915-4483-894a-3e6d1a005c49"}]}}' 2018-06-29 13:20:12,334 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:20: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-e1bc9f88-395e-4cec-ab81-503b86877507 x-compute-request-id: req-e1bc9f88-395e-4cec-ab81-503b86877507 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "adminPass": "PX6NkSXwjy7N"}} 2018-06-29 13:20:12,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-e1bc9f88-395e-4cec-ab81-503b86877507 2018-06-29 13:20:12,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:12,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-3f73427e-c5ac-4e5b-88c7-6ac9070ec385 x-compute-request-id: req-3f73427e-c5ac-4e5b-88c7-6ac9070ec385 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.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13: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": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:12,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-3f73427e-c5ac-4e5b-88c7-6ac9070ec385 2018-06-29 13:20:12,767 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst 2018-06-29 13:20:12,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:13,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-7ef95044-58b3-4b88-9a25-fd76b67be73d x-compute-request-id: req-7ef95044-58b3-4b88-9a25-fd76b67be73d 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.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13: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": "NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:13,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-7ef95044-58b3-4b88-9a25-fd76b67be73d 2018-06-29 13:20:13,080 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:13,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:16,083 - create_instance - DEBUG - VM status query timeout in 896.684188843 2018-06-29 13:20:16,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:16,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-fc70b3ed-efda-41ad-b3bb-8b06eab3a671 x-compute-request-id: req-fc70b3ed-efda-41ad-b3bb-8b06eab3a671 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:16,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-fc70b3ed-efda-41ad-b3bb-8b06eab3a671 2018-06-29 13:20:16,647 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:16,647 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:19,650 - create_instance - DEBUG - VM status query timeout in 893.117221832 2018-06-29 13:20:19,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:20,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-7d57ae31-504c-4aaa-bbfe-71f4b61b7100 x-compute-request-id: req-7d57ae31-504c-4aaa-bbfe-71f4b61b7100 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:20,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-7d57ae31-504c-4aaa-bbfe-71f4b61b7100 2018-06-29 13:20:20,323 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:20,323 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:23,327 - create_instance - DEBUG - VM status query timeout in 889.440644979 2018-06-29 13:20:23,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:23,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-b32f154c-896c-4e3f-9ca2-d1f93f45e505 x-compute-request-id: req-b32f154c-896c-4e3f-9ca2-d1f93f45e505 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:23,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-b32f154c-896c-4e3f-9ca2-d1f93f45e505 2018-06-29 13:20:23,832 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:23,832 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:26,835 - create_instance - DEBUG - VM status query timeout in 885.932108879 2018-06-29 13:20:26,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:26,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-1d79bf2b-9a03-41a7-981b-795578d846cd x-compute-request-id: req-1d79bf2b-9a03-41a7-981b-795578d846cd Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:26,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-1d79bf2b-9a03-41a7-981b-795578d846cd 2018-06-29 13:20:26,985 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:26,985 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:29,988 - create_instance - DEBUG - VM status query timeout in 882.778694868 2018-06-29 13:20:29,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:30,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-0ab3f21a-6a59-4756-909d-87f4d219f178 x-compute-request-id: req-0ab3f21a-6a59-4756-909d-87f4d219f178 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:30,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-0ab3f21a-6a59-4756-909d-87f4d219f178 2018-06-29 13:20:30,233 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:30,233 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:33,236 - create_instance - DEBUG - VM status query timeout in 879.531260967 2018-06-29 13:20:33,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:33,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-b3cabb19-516e-4343-a268-6bc055c6a83f x-compute-request-id: req-b3cabb19-516e-4343-a268-6bc055c6a83f Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:33,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-b3cabb19-516e-4343-a268-6bc055c6a83f 2018-06-29 13:20:33,390 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:33,390 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:36,393 - create_instance - DEBUG - VM status query timeout in 876.373948812 2018-06-29 13:20:36,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:36,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-1ea99e77-bd9e-4f9c-a570-d61e92078a0e x-compute-request-id: req-1ea99e77-bd9e-4f9c-a570-d61e92078a0e Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:36,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-1ea99e77-bd9e-4f9c-a570-d61e92078a0e 2018-06-29 13:20:36,700 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:36,700 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:39,703 - create_instance - DEBUG - VM status query timeout in 873.063843012 2018-06-29 13:20:39,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:40,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-c749aabd-a0df-4e6f-9b71-fa97af511ae4 x-compute-request-id: req-c749aabd-a0df-4e6f-9b71-fa97af511ae4 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:40,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-c749aabd-a0df-4e6f-9b71-fa97af511ae4 2018-06-29 13:20:40,343 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:40,343 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:43,347 - create_instance - DEBUG - VM status query timeout in 869.42069602 2018-06-29 13:20:43,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:43,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-74cf47a6-4fdd-4128-91ed-122424e08160 x-compute-request-id: req-74cf47a6-4fdd-4128-91ed-122424e08160 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:43,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-74cf47a6-4fdd-4128-91ed-122424e08160 2018-06-29 13:20:43,673 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:43,674 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:46,677 - create_instance - DEBUG - VM status query timeout in 866.090322018 2018-06-29 13:20:46,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:46,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-70e93c3b-feae-4233-8264-a0e2a233925d x-compute-request-id: req-70e93c3b-feae-4233-8264-a0e2a233925d Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:20:15Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:46,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-70e93c3b-feae-4233-8264-a0e2a233925d 2018-06-29 13:20:46,997 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - BUILD 2018-06-29 13:20:46,997 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:20:50,001 - create_instance - DEBUG - VM status query timeout in 862.766507864 2018-06-29 13:20:50,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-93730404-b5e3-4b03-8c7e-e4976e5fe3f4 x-compute-request-id: req-93730404-b5e3-4b03-8c7e-e4976e5fe3f4 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:50,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-93730404-b5e3-4b03-8c7e-e4976e5fe3f4 2018-06-29 13:20:50,153 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - ACTIVE 2018-06-29 13:20:50,153 - create_instance - INFO - VM is - ACTIVE 2018-06-29 13:20:50,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-a921cee6-d960-4e53-b433-51282de02312 x-compute-request-id: req-a921cee6-d960-4e53-b433-51282de02312 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:50,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-a921cee6-d960-4e53-b433-51282de02312 2018-06-29 13:20:50,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8c5dea2b-52d6-4026-a6c2-9c07e69e7d54 Date: Fri, 29 Jun 2018 13:20:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:50,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-8c5dea2b-52d6-4026-a6c2-9c07e69e7d54 2018-06-29 13:20:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97628cec-7a50-4893-9684-c8b1900a2032 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:50,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-97628cec-7a50-4893-9684-c8b1900a2032 2018-06-29 13:20:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9094cc9b-b196-4441-8d23-9bbf91a46aec Date: Fri, 29 Jun 2018 13:20:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:50,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-9094cc9b-b196-4441-8d23-9bbf91a46aec 2018-06-29 13:20:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:50,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-1bf35174-b1b4-4c5f-b918-eebcf11ce9dd Date: Fri, 29 Jun 2018 13:20:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:20:50,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-1bf35174-b1b4-4c5f-b918-eebcf11ce9dd 2018-06-29 13:20:50,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:20:51,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["EKgBr0vCQhWTJ7VzrFVtSQ"], "issued_at": "2018-06-29T13:20:51.000000Z"}} 2018-06-29 13:20:51,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:51,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98fe9274-326d-4b19-9100-6ee7e7f5c2e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:20:51,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98fe9274-326d-4b19-9100-6ee7e7f5c2e5 2018-06-29 13:20:51,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:51,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-0ac0d9bf-a5ff-4ac9-bbef-16865be0ddd7 x-compute-request-id: req-0ac0d9bf-a5ff-4ac9-bbef-16865be0ddd7 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:20:51,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-0ac0d9bf-a5ff-4ac9-bbef-16865be0ddd7 2018-06-29 13:20:51,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:51,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-646e792c-9871-49ca-92cf-4edb893b5252 Date: Fri, 29 Jun 2018 13:20:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:51,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-646e792c-9871-49ca-92cf-4edb893b5252 2018-06-29 13:20:51,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:51,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc67ddd-70fe-4f74-a524-0725ad40a7f2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:51,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5fc67ddd-70fe-4f74-a524-0725ad40a7f2 2018-06-29 13:20:51,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:51,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-191499e9-0b4f-498d-883a-21decef5d2ca Date: Fri, 29 Jun 2018 13:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:51,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-191499e9-0b4f-498d-883a-21decef5d2ca 2018-06-29 13:20:51,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:20:51,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-cc07302f-c1a4-4669-8cb0-4666d197c8e2 Date: Fri, 29 Jun 2018 13:20:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:20:51,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-cc07302f-c1a4-4669-8cb0-4666d197c8e2 2018-06-29 13:20:51,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" -d '{"volumeAttachment": {"volumeId": "809b837a-42cc-4872-bb27-c6c503dc6a72"}}' 2018-06-29 13:20:53,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-67ea59e7-083e-41be-b147-f05ddcf80b6f x-compute-request-id: req-67ea59e7-083e-41be-b147-f05ddcf80b6f Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "volumeId": "809b837a-42cc-4872-bb27-c6c503dc6a72"}} 2018-06-29 13:20:53,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0/os-volume_attachments used request id req-67ea59e7-083e-41be-b147-f05ddcf80b6f 2018-06-29 13:20:53,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20: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-2ed9ff5f-b784-4a84-9bfe-052c9d48d372 x-compute-request-id: req-2ed9ff5f-b784-4a84-9bfe-052c9d48d372 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "metadata": {}}} 2018-06-29 13:20:54,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-2ed9ff5f-b784-4a84-9bfe-052c9d48d372 2018-06-29 13:20:54,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-171bbf9d-5759-4562-b1ce-54496e96a69d Date: Fri, 29 Jun 2018 13:20:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:20:54,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-171bbf9d-5759-4562-b1ce-54496e96a69d 2018-06-29 13:20:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:20:54,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:20:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:20:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdf09d2-9a31-458f-a901-188641dafe06 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:20:54,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-ccdf09d2-9a31-458f-a901-188641dafe06 2018-06-29 13:20:54,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b72d9ccd-026c-459b-9b06-291d6ca616d7 Date: Fri, 29 Jun 2018 13:20:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:20:54,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-b72d9ccd-026c-459b-9b06-291d6ca616d7 2018-06-29 13:20:54,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-cca9c93b-2620-4475-9c16-17175fff772e Date: Fri, 29 Jun 2018 13:20:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:20:54,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-cca9c93b-2620-4475-9c16-17175fff772e 2018-06-29 13:20:54,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:54,751 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:54 GMT Server: Apache x-compute-request-id: req-4e6968c6-a4ef-4300-91a3-b223ff116092 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e6968c6-a4ef-4300-91a3-b223ff116092 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:20:53.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "reserved", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:20:54,751 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-4e6968c6-a4ef-4300-91a3-b223ff116092 2018-06-29 13:20:57,758 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e6968c6-a4ef-4300-91a3-b223ff116092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:20:57,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:20:57 GMT Server: Apache x-compute-request-id: req-5497feba-d4fb-46a6-addd-29c47a6a39f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5497feba-d4fb-46a6-addd-29c47a6a39f1 Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:20:56.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:20:57,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-5497feba-d4fb-46a6-addd-29c47a6a39f1 2018-06-29 13:21:00,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e6968c6-a4ef-4300-91a3-b223ff116092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:01,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:00 GMT Server: Apache x-compute-request-id: req-80180705-248b-4b6d-97bd-0accbc9705a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-80180705-248b-4b6d-97bd-0accbc9705a3 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "attachment_id": "fd60da2d-6d7d-4a1a-8726-50b1fda31820", "attached_at": "2018-06-29T13:20:56.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "device": "/dev/vdb", "id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:20:57.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:21:01,076 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-80180705-248b-4b6d-97bd-0accbc9705a3 2018-06-29 13:21:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:01,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0769d4-f931-4b0c-ac00-edccf13895b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:01,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8e0769d4-f931-4b0c-ac00-edccf13895b5 2018-06-29 13:21:01,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:01,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-66756961-96c6-4520-a7d9-31a2326e0f5b x-compute-request-id: req-66756961-96c6-4520-a7d9-31a2326e0f5b Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "metadata": {}}} 2018-06-29 13:21:01,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-66756961-96c6-4520-a7d9-31a2326e0f5b 2018-06-29 13:21:01,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:01,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-823f33d3-82f3-4252-8e00-80c506ccaf6e Date: Fri, 29 Jun 2018 13:21:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:01,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-823f33d3-82f3-4252-8e00-80c506ccaf6e 2018-06-29 13:21:01,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:01,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26b9561-1ecc-4fc8-acb5-d3003c7bcdb1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:01,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-d26b9561-1ecc-4fc8-acb5-d3003c7bcdb1 2018-06-29 13:21:01,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:01,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d6c8d0cb-2569-49c3-88d7-188183073ab4 Date: Fri, 29 Jun 2018 13:21:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:01,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-d6c8d0cb-2569-49c3-88d7-188183073ab4 2018-06-29 13:21:01,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:01,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-2b8aedde-9a86-415a-9cdc-8df201e03aee Date: Fri, 29 Jun 2018 13:21:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:01,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-2b8aedde-9a86-415a-9cdc-8df201e03aee 2018-06-29 13:21:01,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:02,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-943915c5-597e-4fea-9c27-3100c2944fbc x-compute-request-id: req-943915c5-597e-4fea-9c27-3100c2944fbc Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "metadata": {}}} 2018-06-29 13:21:02,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-943915c5-597e-4fea-9c27-3100c2944fbc 2018-06-29 13:21:02,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:02,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-26085fdb-2593-43c5-b394-0402a793da0d Date: Fri, 29 Jun 2018 13:21:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:02,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-26085fdb-2593-43c5-b394-0402a793da0d 2018-06-29 13:21:02,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:02,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e69187f7-95f2-4256-87ed-b7a68a122f4d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:02,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e69187f7-95f2-4256-87ed-b7a68a122f4d 2018-06-29 13:21:02,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8d2f2696-8c20-4c66-8d6d-6c2a0858fc4a Date: Fri, 29 Jun 2018 13:21:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:02,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-8d2f2696-8c20-4c66-8d6d-6c2a0858fc4a 2018-06-29 13:21:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:02,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-49628333-0d78-496b-b726-b0c3c59e4db3 Date: Fri, 29 Jun 2018 13:21:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:02,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-49628333-0d78-496b-b726-b0c3c59e4db3 2018-06-29 13:21:02,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:02,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-5a235178-b16e-4ac9-b70d-193f8c2525f7 x-compute-request-id: req-5a235178-b16e-4ac9-b70d-193f8c2525f7 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "metadata": {}}} 2018-06-29 13:21:02,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-5a235178-b16e-4ac9-b70d-193f8c2525f7 2018-06-29 13:21:02,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:03,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9718a7ac-e405-4f46-b366-0641b3277584 Date: Fri, 29 Jun 2018 13:21:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:03,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-9718a7ac-e405-4f46-b366-0641b3277584 2018-06-29 13:21:03,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:03,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30144af6-3ca1-4cc3-8956-614b4efbc2a2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:03,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-30144af6-3ca1-4cc3-8956-614b4efbc2a2 2018-06-29 13:21:03,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:03,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e09cbba1-93be-4b66-a5a5-a3d18cf50df9 Date: Fri, 29 Jun 2018 13:21:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:03,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-e09cbba1-93be-4b66-a5a5-a3d18cf50df9 2018-06-29 13:21:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:03,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-0f1d553d-8521-428a-9cba-bcad7738a321 Date: Fri, 29 Jun 2018 13:21:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:03,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-0f1d553d-8521-428a-9cba-bcad7738a321 2018-06-29 13:21:03,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0/os-volume_attachments/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,266 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21: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-885038bb-5b7f-4205-b4a4-8add2bca6262 x-compute-request-id: req-885038bb-5b7f-4205-b4a4-8add2bca6262 Content-Length: 0 Content-Type: application/json 2018-06-29 13:21:04,267 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0/os-volume_attachments/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-885038bb-5b7f-4205-b4a4-8add2bca6262 2018-06-29 13:21:04,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-c38d625b-96c7-4ae6-9641-622494503953 x-compute-request-id: req-c38d625b-96c7-4ae6-9641-622494503953 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "809b837a-42cc-4872-bb27-c6c503dc6a72"}], "metadata": {}}} 2018-06-29 13:21:04,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-c38d625b-96c7-4ae6-9641-622494503953 2018-06-29 13:21:04,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ffecf7fc-d0e3-4eae-ad37-db08664a0f7c Date: Fri, 29 Jun 2018 13:21:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:04,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-ffecf7fc-d0e3-4eae-ad37-db08664a0f7c 2018-06-29 13:21:04,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a812646f-2cf9-4516-bb48-9e559159d5da Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:04,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-a812646f-2cf9-4516-bb48-9e559159d5da 2018-06-29 13:21:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc28623f-32f8-4f00-87fc-cb3472d2129f Date: Fri, 29 Jun 2018 13:21:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:04,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-cc28623f-32f8-4f00-87fc-cb3472d2129f 2018-06-29 13:21:04,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:04,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-a34440c9-a41a-4b82-abd1-b0c9fa4aed14 Date: Fri, 29 Jun 2018 13:21:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:04,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-a34440c9-a41a-4b82-abd1-b0c9fa4aed14 2018-06-29 13:21:07,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-49e706a8-4b9c-4ea5-9234-e4691c2cc24f x-compute-request-id: req-49e706a8-4b9c-4ea5-9234-e4691c2cc24f Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:08,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-49e706a8-4b9c-4ea5-9234-e4691c2cc24f 2018-06-29 13:21:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2c4bb23d-893f-4349-8fe7-0f6695767081 Date: Fri, 29 Jun 2018 13:21:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:08,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-2c4bb23d-893f-4349-8fe7-0f6695767081 2018-06-29 13:21:08,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abff3999-1411-451f-9feb-704df1265fde Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:08,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-abff3999-1411-451f-9feb-704df1265fde 2018-06-29 13:21:08,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e76a555b-c745-460b-a306-be2501e980ae Date: Fri, 29 Jun 2018 13:21:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:08,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-e76a555b-c745-460b-a306-be2501e980ae 2018-06-29 13:21:08,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-e484e83a-e941-4e80-89e7-26914e3c6b45 Date: Fri, 29 Jun 2018 13:21:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:08,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-e484e83a-e941-4e80-89e7-26914e3c6b45 2018-06-29 13:21:08,477 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e6968c6-a4ef-4300-91a3-b223ff116092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:08,551 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:08 GMT Server: Apache x-compute-request-id: req-75e448e5-8526-4181-8939-1507c9dc05c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75e448e5-8526-4181-8939-1507c9dc05c6 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:05.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:21:08,551 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-75e448e5-8526-4181-8939-1507c9dc05c6 2018-06-29 13:21:08,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:08,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-1653f235-334b-42d7-9aa5-0cd7d2584a21 x-compute-request-id: req-1653f235-334b-42d7-9aa5-0cd7d2584a21 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:08,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-1653f235-334b-42d7-9aa5-0cd7d2584a21 2018-06-29 13:21:08,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:08,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-522a8e11-c1a8-4695-8b51-36a1b1e1c10f Date: Fri, 29 Jun 2018 13:21:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:08,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-522a8e11-c1a8-4695-8b51-36a1b1e1c10f 2018-06-29 13:21:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:09,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e059f8-992e-43d9-a213-b55fb98c00f2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:09,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-b5e059f8-992e-43d9-a213-b55fb98c00f2 2018-06-29 13:21:09,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:09,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6daa9fb4-6da2-4e03-9b90-ed06c14b12fa Date: Fri, 29 Jun 2018 13:21:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:09,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-6daa9fb4-6da2-4e03-9b90-ed06c14b12fa 2018-06-29 13:21:09,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:09,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-d822ce85-914f-4188-bad6-3ddbf4cc62e2 Date: Fri, 29 Jun 2018 13:21:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:09,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-d822ce85-914f-4188-bad6-3ddbf4cc62e2 2018-06-29 13:21:09,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:09,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-8a4a2070-d28f-481b-a48b-3a41d4780f09 x-compute-request-id: req-8a4a2070-d28f-481b-a48b-3a41d4780f09 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:20:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:09,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-8a4a2070-d28f-481b-a48b-3a41d4780f09 2018-06-29 13:21:09,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:09,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-52072d3a-df1f-4207-b3f4-7dc04341166b Date: Fri, 29 Jun 2018 13:21:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c389d0a6-407e-46f8-9d68-5de33348a218","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a"],"description":"","tags":[],"updated_at":"2018-06-29T13:20:01Z","provider:segmentation_id":72,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:00Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:09,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net used request id req-52072d3a-df1f-4207-b3f4-7dc04341166b 2018-06-29 13:21:09,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:09,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881e2537-eb2b-4e75-8cce-050ad8389a44 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:09,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-881e2537-eb2b-4e75-8cce-050ad8389a44 2018-06-29 13:21:09,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:09,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-036f1c1b-7e81-4a90-bd2e-deebe2f25162 Date: Fri, 29 Jun 2018 13:21:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","dns_nameservers":[],"updated_at":"2018-06-29T13:20:01Z","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":"9df2d150d03e418295cfd19870a1099d","id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet"}]} 2018-06-29 13:21:09,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-036f1c1b-7e81-4a90-bd2e-deebe2f25162 2018-06-29 13:21:09,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cbfef3bebc6d88a41cbfcff52dd32942345080" 2018-06-29 13:21:09,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-2b33d933-5f70-4f15-807a-5a98409e142e Date: Fri, 29 Jun 2018 13:21:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.2"}],"id":"5836da08-872a-46ed-8de8-ba16c23508ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:a1:c5","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c389d0a6-407e-46f8-9d68-5de33348a218","name":"","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:20:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a","ip_address":"10.55.0.3"}],"id":"6f5b54fc-b915-4483-894a-3e6d1a005c49","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:2b:73","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"281cee07-28e8-4ca2-9837-eb08379ad2a0","name":"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port","admin_state_up":true,"network_id":"c389d0a6-407e-46f8-9d68-5de33348a218","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:20:09Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:09,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-2b33d933-5f70-4f15-807a-5a98409e142e 2018-06-29 13:21:09,838 - create_instance - INFO - Deleting Port with ID - 6f5b54fc-b915-4483-894a-3e6d1a005c49 2018-06-29 13:21:09,838 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-port 2018-06-29 13:21:09,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/6f5b54fc-b915-4483-894a-3e6d1a005c49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:10,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0be0adc-77b7-4b84-85dd-7e584e934b46 Date: Fri, 29 Jun 2018 13:21:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:10,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/6f5b54fc-b915-4483-894a-3e6d1a005c49 used request id req-e0be0adc-77b7-4b84-85dd-7e584e934b46 2018-06-29 13:21:10,873 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst 2018-06-29 13:21:10,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:11,041 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:21: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-9a1d5916-3b7f-43b5-8fce-3a8b9ae77c78 x-compute-request-id: req-9a1d5916-3b7f-43b5-8fce-3a8b9ae77c78 Content-Type: application/json 2018-06-29 13:21:11,041 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-9a1d5916-3b7f-43b5-8fce-3a8b9ae77c78 2018-06-29 13:21:11,041 - create_instance - INFO - Checking deletion status 2018-06-29 13:21:11,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:11,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-70da7bb1-b7d9-4545-9951-f67458c14530 x-compute-request-id: req-70da7bb1-b7d9-4545-9951-f67458c14530 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:2b:73", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0", "rel": "bookmark"}], "image": {"id": "2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "links": [{"href": "http://172.30.9.28:8774/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T13:12:46.000000", "flavor": {"id": "9bf58000-e2cc-4c72-acdf-2e7111189a49", "links": [{"href": "http://172.30.9.28:8774/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49", "rel": "bookmark"}]}, "id": "281cee07-28e8-4ca2-9837-eb08379ad2a0", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:21:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst", "created": "2018-06-29T13:20:12Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:11,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-70da7bb1-b7d9-4545-9951-f67458c14530 2018-06-29 13:21:11,175 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst] is - ACTIVE 2018-06-29 13:21:11,175 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:21:14,175 - create_instance - DEBUG - VM status query timeout in 296.865990162 2018-06-29 13:21:14,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a7b9ae2eaa106edca5e2abe628ca11440b003" 2018-06-29 13:21:14,221 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:21: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-b592874a-af4e-46b0-98f6-4d9d2d5a2550 x-compute-request-id: req-b592874a-af4e-46b0-98f6-4d9d2d5a2550 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 281cee07-28e8-4ca2-9837-eb08379ad2a0 could not be found.", "code": 404}} 2018-06-29 13:21:14,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/281cee07-28e8-4ca2-9837-eb08379ad2a0 used request id req-b592874a-af4e-46b0-98f6-4d9d2d5a2550 2018-06-29 13:21:14,222 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 281cee07-28e8-4ca2-9837-eb08379ad2a0 could not be found. (HTTP 404) (Request-ID: req-b592874a-af4e-46b0-98f6-4d9d2d5a2550) 2018-06-29 13:21:14,222 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-vm_inst 2018-06-29 13:21:14,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:21:15,110 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:14 GMT Server: Apache x-compute-request-id: req-6435f9b8-117c-4666-be6d-cebdd06954dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6435f9b8-117c-4666-be6d-cebdd06954dd Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:05.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:21:15,110 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-6435f9b8-117c-4666-be6d-cebdd06954dd 2018-06-29 13:21:15,110 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:21:15,111 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:21:15,111 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:21:15,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:21:15,193 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9abb09f-c1cf-41ef-a085-f2badd5942d5 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-06-29 13:21:15,193 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-f9abb09f-c1cf-41ef-a085-f2badd5942d5 2018-06-29 13:21:15,196 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:21:15,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:15 GMT Server: Apache x-compute-request-id: req-51a4466e-31d6-45bc-b39a-2f16709dbe9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51a4466e-31d6-45bc-b39a-2f16709dbe9d Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:15.000000", "replication_status": null, "snapshot_id": null, "id": "809b837a-42cc-4872-bb27-c6c503dc6a72", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-53da6076-7d74-4773-bcdb-d8e6de6f3201", "bootable": "false", "created_at": "2018-06-29T13:20:04.000000", "volume_type": null}} 2018-06-29 13:21:15,262 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-51a4466e-31d6-45bc-b39a-2f16709dbe9d 2018-06-29 13:21:15,262 - create_volume - DEBUG - Instance status is - deleting 2018-06-29 13:21:15,262 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-06-29 13:21:18,266 - create_volume - DEBUG - Volume status query timeout in 56.9280469418 2018-06-29 13:21:18,269 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27042709-63f6-473e-9844-2b8ba3289149" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64a4f07fe429b944b6a90674200c9f93685b818b" 2018-06-29 13:21:18,466 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:21:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2a156176-5b8e-4e75-8413-aa274f215a76 x-openstack-request-id: req-2a156176-5b8e-4e75-8413-aa274f215a76 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 809b837a-42cc-4872-bb27-c6c503dc6a72 could not be found.", "code": 404}} 2018-06-29 13:21:18,466 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/809b837a-42cc-4872-bb27-c6c503dc6a72 used request id req-2a156176-5b8e-4e75-8413-aa274f215a76 2018-06-29 13:21:18,466 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 809b837a-42cc-4872-bb27-c6c503dc6a72 could not be found. (HTTP 404) (Request-ID: req-2a156176-5b8e-4e75-8413-aa274f215a76) 2018-06-29 13:21:18,467 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201 2018-06-29 13:21:18,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7df663a9e125e87d0d1a28e531037147a0b7f401" 2018-06-29 13:21:18,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21: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-cfbf1931-b7aa-42c0-9ecd-4061a8f957cd x-compute-request-id: req-cfbf1931-b7aa-42c0-9ecd-4061a8f957cd Content-Length: 0 Content-Type: application/json 2018-06-29 13:21:18,500 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9bf58000-e2cc-4c72-acdf-2e7111189a49 used request id req-cfbf1931-b7aa-42c0-9ecd-4061a8f957cd 2018-06-29 13:21:18,501 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet 2018-06-29 13:21:18,501 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-subnet 2018-06-29 13:21:18,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:21:19,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f051ae8-509d-4fc9-8299-728f59473274 Date: Fri, 29 Jun 2018 13:21:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:19,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ec7a4d7a-f838-4bb7-a3c2-770f0cbfae8a used request id req-4f051ae8-509d-4fc9-8299-728f59473274 2018-06-29 13:21:19,515 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-net 2018-06-29 13:21:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c389d0a6-407e-46f8-9d68-5de33348a218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55326bce04b2d5c468ff913fbb8f05e829cefd21" 2018-06-29 13:21:20,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb27c144-f877-4a5f-a78a-55af9415e552 Date: Fri, 29 Jun 2018 13:21:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:20,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c389d0a6-407e-46f8-9d68-5de33348a218 used request id req-cb27c144-f877-4a5f-a78a-55af9415e552 2018-06-29 13:21:20,978 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-53da6076-7d74-4773-bcdb-d8e6de6f3201-image 2018-06-29 13:21:20,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05b7e979bf129073a4d3f207e0832e1174dfef0c" 2018-06-29 13:21:21,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c5ef032-076a-4bca-a240-ff0768814fcd Date: Fri, 29 Jun 2018 13:21:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:21:21,498 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2b07994f-33d0-4d6e-92e4-5d72e9d8e30f used request id req-8c5ef032-076a-4bca-a240-ff0768814fcd 2018-06-29 13:21:21,500 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:21,503 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:21:21,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:21,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:21,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["JExi9aXbTnyibms-JILEYg"], "issued_at": "2018-06-29T13:21:21.000000Z"}} 2018-06-29 13:21:21,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:21,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6791ce1-3b5c-4dd2-a1bf-f82bbcc56184 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:21,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f6791ce1-3b5c-4dd2-a1bf-f82bbcc56184 2018-06-29 13:21:21,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:22,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-4f217a3b-72d3-4ef0-9860-e25eae414262 Date: Fri, 29 Jun 2018 13:21:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image"} 2018-06-29 13:21:22,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image used request id req-4f217a3b-72d3-4ef0-9860-e25eae414262 2018-06-29 13:21:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:22,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-41c21022-34ed-44ff-914a-e381c20dd9bf Date: Fri, 29 Jun 2018 13:21: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", "uploading", "importing", "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-06-29 13:21:22,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-41c21022-34ed-44ff-914a-e381c20dd9bf 2018-06-29 13:21:22,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image"}' 2018-06-29 13:21:22,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7839f5aa-5943-40e1-a303-595e2e5fc909 Date: Fri, 29 Jun 2018 13:21:22 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "min_disk": 0, "protected": false, "id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "file": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:22,265 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7839f5aa-5943-40e1-a303-595e2e5fc909 2018-06-29 13:21:22,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" -d '' 2018-06-29 13:21:23,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b6d36b02-94fd-414f-97c8-dc8420da929f Date: Fri, 29 Jun 2018 13:21:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:21:23,541 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file used request id req-b6d36b02-94fd-414f-97c8-dc8420da929f 2018-06-29 13:21:23,541 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:21:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:23,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b7f0face-6932-4316-92e3-c2bc313f81e4 Date: Fri, 29 Jun 2018 13:21:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "metadata": {}}], "self": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "min_disk": 0, "protected": false, "id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "file": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:23,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 used request id req-b7f0face-6932-4316-92e3-c2bc313f81e4 2018-06-29 13:21:23,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:23,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-184f6fe2-81cd-4fed-801e-b0c20ef0ec09 Date: Fri, 29 Jun 2018 13: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", "uploading", "importing", "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-06-29 13:21:23,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-184f6fe2-81cd-4fed-801e-b0c20ef0ec09 2018-06-29 13:21:23,580 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image 2018-06-29 13:21:23,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:23,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-d22746a8-1120-41ec-8089-f1539cc967f7 Date: Fri, 29 Jun 2018 13:21:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "metadata": {}}], "self": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "min_disk": 0, "protected": false, "id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "file": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:23,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 used request id req-d22746a8-1120-41ec-8089-f1539cc967f7 2018-06-29 13:21:23,614 - create_image - DEBUG - Instance status is - active 2018-06-29 13:21:23,615 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image 2018-06-29 13:21:23,615 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image 2018-06-29 13:21:23,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:23,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:24,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["U20MU4uATFy7RrxS4c9JYQ"], "issued_at": "2018-06-29T13:21:24.000000Z"}} 2018-06-29 13:21:24,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:24,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52321193-c27f-4543-bd20-a4dcde957b6e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:24,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-52321193-c27f-4543-bd20-a4dcde957b6e 2018-06-29 13:21:24,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:24,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1b06249-e76f-4c56-b8ab-7999d3bae604 Date: Fri, 29 Jun 2018 13:21:24 GMT RESP BODY: {"networks":[]} 2018-06-29 13:21:24,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-d1b06249-e76f-4c56-b8ab-7999d3bae604 2018-06-29 13:21:24,274 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net 2018-06-29 13:21:24,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net", "admin_state_up": true}}' 2018-06-29 13:21:24,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c250790a-c138-4f5a-b58d-1f0e92e0aefd Date: Fri, 29 Jun 2018 13:21:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","is_default":false,"provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","mtu":1450}} 2018-06-29 13:21:24,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c250790a-c138-4f5a-b58d-1f0e92e0aefd 2018-06-29 13:21:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:24,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4e985f8c-ef19-472e-9331-55bd19355f70 Date: Fri, 29 Jun 2018 13:21:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:24,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-4e985f8c-ef19-472e-9331-55bd19355f70 2018-06-29 13:21:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:24,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b6fce32b-8c35-4af2-bdca-d269e751cfb9 Date: Fri, 29 Jun 2018 13:21:24 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:21:24,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-b6fce32b-8c35-4af2-bdca-d269e751cfb9 2018-06-29 13:21:24,756 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet 2018-06-29 13:21:24,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" -d '{"subnets": [{"ip_version": 4, "network_id": "a9b4f365-7167-4c71-822f-490298f834fe", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]}' 2018-06-29 13:21:25,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e8111d4-4a70-4155-8213-16b63adceaac Date: Fri, 29 Jun 2018 13:21:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:25,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-0e8111d4-4a70-4155-8213-16b63adceaac 2018-06-29 13:21:25,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:25,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4c2b42f2-2631-4e71-b70f-ea09a6a83ade Date: Fri, 29 Jun 2018 13:21:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:25,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-4c2b42f2-2631-4e71-b70f-ea09a6a83ade 2018-06-29 13:21:25,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:25,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8a1d251b-391a-4e2a-8754-5690b9275832 Date: Fri, 29 Jun 2018 13:21:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:25,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-8a1d251b-391a-4e2a-8754-5690b9275832 2018-06-29 13:21:25,400 - OpenStackNetwork - DEBUG - Network [a9b4f365-7167-4c71-822f-490298f834fe] created successfully 2018-06-29 13:21:25,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:25,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:25,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["uAYBrWB5Q-61bpl9jhYzcQ"], "issued_at": "2018-06-29T13:21:25.000000Z"}} 2018-06-29 13:21:25,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7344675b2b027aa9a522751210607ff0e0f4b" 2018-06-29 13:21:25,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530bc6c9-e8da-4554-9c2f-6dc8970de4d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:25,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-530bc6c9-e8da-4554-9c2f-6dc8970de4d5 2018-06-29 13:21:25,801 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:25,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7344675b2b027aa9a522751210607ff0e0f4b" 2018-06-29 13:21:26,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-3143bc72-5610-4a5d-afd7-dede696f199f x-compute-request-id: req-3143bc72-5610-4a5d-afd7-dede696f199f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:21:26,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3143bc72-5610-4a5d-afd7-dede696f199f 2018-06-29 13:21:26,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7344675b2b027aa9a522751210607ff0e0f4b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-06-29 13:21:26,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-db7c1271-95e4-4be2-87e0-c0accd7bf63a x-compute-request-id: req-db7c1271-95e4-4be2-87e0-c0accd7bf63a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e"}} 2018-06-29 13:21:26,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-db7c1271-95e4-4be2-87e0-c0accd7bf63a 2018-06-29 13:21:26,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:26,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:26,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["-GtFAF80Slm5nwE7bMcX8A"], "issued_at": "2018-06-29T13:21:26.000000Z"}} 2018-06-29 13:21:26,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:26,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1486e44b-53ec-409a-a40b-232700ef10b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:26,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1486e44b-53ec-409a-a40b-232700ef10b0 2018-06-29 13:21:26,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:27,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:26 GMT Server: Apache x-compute-request-id: req-0d9596ac-f44a-48cc-9703-42d2ae912db2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d9596ac-f44a-48cc-9703-42d2ae912db2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 13:21:27,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-0d9596ac-f44a-48cc-9703-42d2ae912db2 2018-06-29 13:21:27,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b", "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-06-29 13:21:27,868 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21:27 GMT Server: Apache x-compute-request-id: req-2e1b05e6-0709-4ae1-9e74-3eeccae678d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e1b05e6-0709-4ae1-9e74-3eeccae678d5 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "44068e3973b944bd998ad759573e828b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T13:21:27.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "size": 1}} 2018-06-29 13:21:27,868 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes used request id req-2e1b05e6-0709-4ae1-9e74-3eeccae678d5 2018-06-29 13:21:27,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:28,108 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:27 GMT Server: Apache x-compute-request-id: req-a737ad20-0825-4841-b7d3-5a49ad508d31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a737ad20-0825-4841-b7d3-5a49ad508d31 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:28.000000", "replication_status": null, "snapshot_id": null, "id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b", "bootable": "false", "created_at": "2018-06-29T13:21:27.000000", "volume_type": null}} 2018-06-29 13:21:28,108 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 used request id req-a737ad20-0825-4841-b7d3-5a49ad508d31 2018-06-29 13:21:28,108 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:28,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:28,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:28 GMT Server: Apache x-compute-request-id: req-93ebbe3a-bcf3-4b21-b87c-009505de7e2e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93ebbe3a-bcf3-4b21-b87c-009505de7e2e Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:28.000000", "replication_status": null, "snapshot_id": null, "id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b", "bootable": "false", "created_at": "2018-06-29T13:21:27.000000", "volume_type": null}} 2018-06-29 13:21:28,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 used request id req-93ebbe3a-bcf3-4b21-b87c-009505de7e2e 2018-06-29 13:21:28,345 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:21:28,345 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:28,345 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:28,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:28,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:28,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["TX7hXJgASbevKv6t2qnQfg"], "issued_at": "2018-06-29T13:21:28.000000Z"}} 2018-06-29 13:21:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:28,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c2489a-d8cd-4e4a-901a-0def34a4e05d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:28,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-97c2489a-d8cd-4e4a-901a-0def34a4e05d 2018-06-29 13:21:28,749 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:28,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbcb570-c348-4afa-a2a2-5799b412d41a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:28,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-afbcb570-c348-4afa-a2a2-5799b412d41a 2018-06-29 13:21:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-df805a35-808a-4ec6-92f8-8a79cc0b21f4 Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:29,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-df805a35-808a-4ec6-92f8-8a79cc0b21f4 2018-06-29 13:21:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:21:29,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:21:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:21:29,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ac3969-7fb8-4c5f-b90f-9da0aae1cdd0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:29,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-15ac3969-7fb8-4c5f-b90f-9da0aae1cdd0 2018-06-29 13:21:29,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aba4f800-d585-4a8b-8842-29b209487daa Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:29,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-aba4f800-d585-4a8b-8842-29b209487daa 2018-06-29 13:21:29,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-78b7efcd-527e-4a9a-a1fb-db09df03fd8e Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"ports":[]} 2018-06-29 13:21:29,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True used request id req-78b7efcd-527e-4a9a-a1fb-db09df03fd8e 2018-06-29 13:21:29,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-450c0e69-612f-4353-96f2-c49775e4ec26 x-compute-request-id: req-450c0e69-612f-4353-96f2-c49775e4ec26 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 13:21:29,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst used request id req-450c0e69-612f-4353-96f2-c49775e4ec26 2018-06-29 13:21:29,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bf7803fb-e3fa-4bb7-ad0a-a152c23c0630 Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:29,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-bf7803fb-e3fa-4bb7-ad0a-a152c23c0630 2018-06-29 13:21:29,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbfc9bb-88b0-40fb-a1b1-f86e17b42195 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:29,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5bbfc9bb-88b0-40fb-a1b1-f86e17b42195 2018-06-29 13:21:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9b0ca10-6346-4f0a-8469-58af7c5f9a18 Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:29,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-d9b0ca10-6346-4f0a-8469-58af7c5f9a18 2018-06-29 13:21:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:29,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-01bdf364-8019-4778-b845-260e2bb55ca1 Date: Fri, 29 Jun 2018 13:21:29 GMT RESP BODY: {"ports":[]} 2018-06-29 13:21:29,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True used request id req-01bdf364-8019-4778-b845-260e2bb55ca1 2018-06-29 13:21:29,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:29,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:30,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["hWi-ow7DSpae7wbJQTW4cg"], "issued_at": "2018-06-29T13:21:30.000000Z"}} 2018-06-29 13:21:30,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42ee8278498063dd5ee45743b40b96054a61a9a" 2018-06-29 13:21:30,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62eb584e-8efb-49bd-ad15-6949e6d76c49 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:30,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-62eb584e-8efb-49bd-ad15-6949e6d76c49 2018-06-29 13:21:30,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:30,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-db05bb1e-d4ea-4958-b1c2-33510c86aa2d Date: Fri, 29 Jun 2018 13:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:30,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-db05bb1e-d4ea-4958-b1c2-33510c86aa2d 2018-06-29 13:21:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:30,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5843a0d4-c4d6-42ff-9e5f-98ab5f7cb728 Date: Fri, 29 Jun 2018 13:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:30,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-5843a0d4-c4d6-42ff-9e5f-98ab5f7cb728 2018-06-29 13:21:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:30,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-262ff04d-fd69-4682-a82c-b4edfc6676ad Date: Fri, 29 Jun 2018 13:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:30,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-262ff04d-fd69-4682-a82c-b4edfc6676ad 2018-06-29 13:21:30,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:21:30,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:21:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:21:30,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42ee8278498063dd5ee45743b40b96054a61a9a" 2018-06-29 13:21:30,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48739c9-1475-444a-b5fd-d0819e0098f4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:30,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e48739c9-1475-444a-b5fd-d0819e0098f4 2018-06-29 13:21:30,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:30,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-14e413e7-58ef-453e-a082-d36d37683eb6 Date: Fri, 29 Jun 2018 13:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-14e413e7-58ef-453e-a082-d36d37683eb6 2018-06-29 13:21:30,877 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net 2018-06-29 13:21:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" -d '{"port": {"network_id": "a9b4f365-7167-4c71-822f-490298f834fe", "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port", "admin_state_up": true}}' 2018-06-29 13:21:31,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-33e080b8-b561-4152-9153-94d2d28c35fc Date: Fri, 29 Jun 2018 13:21:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:31Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.7"}],"id":"64d568bf-f5fd-497f-90d2-55e1b9101ee9","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:54:99","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:31Z","binding:vnic_type":"normal"}} 2018-06-29 13:21:31,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-33e080b8-b561-4152-9153-94d2d28c35fc 2018-06-29 13:21:31,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-da6a09c8-3e4e-4bcb-8856-f1b4b3f04db8 Date: Fri, 29 Jun 2018 13:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:31,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-da6a09c8-3e4e-4bcb-8856-f1b4b3f04db8 2018-06-29 13:21:31,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32238eb-7b31-4fcf-82ae-19583917fdd7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:31,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-e32238eb-7b31-4fcf-82ae-19583917fdd7 2018-06-29 13:21:31,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-409418ce-2452-4c9f-8a31-fbe86934ecff Date: Fri, 29 Jun 2018 13:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:31,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-409418ce-2452-4c9f-8a31-fbe86934ecff 2018-06-29 13:21:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-0c0771f1-2eb2-4d43-a2db-9917e20cec84 Date: Fri, 29 Jun 2018 13:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:31Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.7"}],"id":"64d568bf-f5fd-497f-90d2-55e1b9101ee9","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:54:99","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:31Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:31,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port&admin_state_up=True used request id req-0c0771f1-2eb2-4d43-a2db-9917e20cec84 2018-06-29 13:21:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5f5de9-1756-4317-bdf3-f8234d028ba8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:31,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-bc5f5de9-1756-4317-bdf3-f8234d028ba8 2018-06-29 13:21:31,907 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst 2018-06-29 13:21:31,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-697391de-1df3-4433-bce0-f1860c3ea1c6 x-compute-request-id: req-697391de-1df3-4433-bce0-f1860c3ea1c6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-flavor"}]} 2018-06-29 13:21:31,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-697391de-1df3-4433-bce0-f1860c3ea1c6 2018-06-29 13:21:31,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:31,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-0a229b8f-28fd-43fb-b881-72bdd8e2c323 x-compute-request-id: req-0a229b8f-28fd-43fb-b881-72bdd8e2c323 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e"}} 2018-06-29 13:21:31,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e used request id req-0a229b8f-28fd-43fb-b881-72bdd8e2c323 2018-06-29 13:21:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:32,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1f696925-c0d4-4672-9829-fb1c81639a86 Date: Fri, 29 Jun 2018 13:21:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "metadata": {}}], "self": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "min_disk": 0, "protected": false, "id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "file": "/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image"} 2018-06-29 13:21:32,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image used request id req-1f696925-c0d4-4672-9829-fb1c81639a86 2018-06-29 13:21:32,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:32,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-929af7a3-5423-469c-8123-b983f56d779f Date: Fri, 29 Jun 2018 13:21: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", "uploading", "importing", "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-06-29 13:21:32,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-929af7a3-5423-469c-8123-b983f56d779f 2018-06-29 13:21:32,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "imageRef": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "flavorRef": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "max_count": 1, "min_count": 1, "networks": [{"port": "64d568bf-f5fd-497f-90d2-55e1b9101ee9"}]}}' 2018-06-29 13:21:33,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21: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-4dc2bf07-130c-4770-b090-72e31477c507 x-compute-request-id: req-4dc2bf07-130c-4770-b090-72e31477c507 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "adminPass": "gzS7f4Q2fgDR"}} 2018-06-29 13:21:33,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4dc2bf07-130c-4770-b090-72e31477c507 2018-06-29 13:21:33,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:33,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-cbd254e0-01ec-4ee8-bd13-7342f906bb24 x-compute-request-id: req-cbd254e0-01ec-4ee8-bd13-7342f906bb24 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.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:21:33Z", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:33,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-cbd254e0-01ec-4ee8-bd13-7342f906bb24 2018-06-29 13:21:33,873 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst 2018-06-29 13:21:33,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:34,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-95809313-e223-46bc-8f33-9515f5035aad x-compute-request-id: req-95809313-e223-46bc-8f33-9515f5035aad 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.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:21:33Z", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:34,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-95809313-e223-46bc-8f33-9515f5035aad 2018-06-29 13:21:34,118 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst] is - BUILD 2018-06-29 13:21:34,118 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:21:37,121 - create_instance - DEBUG - VM status query timeout in 896.751851082 2018-06-29 13:21:37,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:37,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-ef8784aa-4118-468a-a181-412104e5267c x-compute-request-id: req-ef8784aa-4118-468a-a181-412104e5267c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:21:36Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:37,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-ef8784aa-4118-468a-a181-412104e5267c 2018-06-29 13:21:37,460 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst] is - BUILD 2018-06-29 13:21:37,460 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:21:40,463 - create_instance - DEBUG - VM status query timeout in 893.409597874 2018-06-29 13:21:40,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:40,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-fb387c62-db84-4716-99f6-5d0bdcb83d3e x-compute-request-id: req-fb387c62-db84-4716-99f6-5d0bdcb83d3e Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:54:99", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-06-29T13:13:37.000000", "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:21:39Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:40,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-fb387c62-db84-4716-99f6-5d0bdcb83d3e 2018-06-29 13:21:40,754 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst] is - ACTIVE 2018-06-29 13:21:40,754 - create_instance - INFO - VM is - ACTIVE 2018-06-29 13:21:40,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:41,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-4e762b4d-9625-49d0-b2d8-72eb0f04f182 x-compute-request-id: req-4e762b4d-9625-49d0-b2d8-72eb0f04f182 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:54:99", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-06-29T13:13:37.000000", "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:21:39Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:41,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-4e762b4d-9625-49d0-b2d8-72eb0f04f182 2018-06-29 13:21:41,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:41,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f67c8924-413e-478f-a782-5af9700a4494 Date: Fri, 29 Jun 2018 13:21:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:41,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-f67c8924-413e-478f-a782-5af9700a4494 2018-06-29 13:21:41,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:41,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8128fa46-66e4-4d35-b02d-52459ccbbc38 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:41,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-8128fa46-66e4-4d35-b02d-52459ccbbc38 2018-06-29 13:21:41,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:41,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2944549e-5d2d-4952-a93b-729b60f05a3e Date: Fri, 29 Jun 2018 13:21:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:41,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-2944549e-5d2d-4952-a93b-729b60f05a3e 2018-06-29 13:21:41,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:41,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-da24980d-4ea1-4c57-a7ef-22aba48555b8 Date: Fri, 29 Jun 2018 13:21:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.2"}],"id":"09c22490-9fbc-4a31-8f79-2b91ddac7a40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:46:f0","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9b4f365-7167-4c71-822f-490298f834fe","name":"","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:39Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.7"}],"id":"64d568bf-f5fd-497f-90d2-55e1b9101ee9","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:54:99","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0f8da22f-c46f-4530-b5c1-29956c680f34","name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:31Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:41,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-da24980d-4ea1-4c57-a7ef-22aba48555b8 2018-06-29 13:21:41,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:41,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["z8Zkm_5lSTaD_sRoAvrndQ"], "issued_at": "2018-06-29T13:21:41.000000Z"}} 2018-06-29 13:21:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63427b272d28847965ca474c1d3a5a12b4d0d95e" 2018-06-29 13:21:41,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b371f297-8cb8-4763-a623-34991d91b723 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:41,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b371f297-8cb8-4763-a623-34991d91b723 2018-06-29 13:21:41,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:42,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-1f15ed40-6a39-4259-9522-1465aac124fe x-compute-request-id: req-1f15ed40-6a39-4259-9522-1465aac124fe Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:54:99", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-06-29T13:13:37.000000", "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:21:39Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:21:42,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-1f15ed40-6a39-4259-9522-1465aac124fe 2018-06-29 13:21:42,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:42,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0439a69e-c015-4719-b8b4-8edb218c2bb5 Date: Fri, 29 Jun 2018 13:21:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a9b4f365-7167-4c71-822f-490298f834fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["0bb6037b-c090-4dd0-a73f-1432f9c58cc3"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:24Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:42,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net used request id req-0439a69e-c015-4719-b8b4-8edb218c2bb5 2018-06-29 13:21:42,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:42,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb9264c-b75a-4f2e-b73b-ecbc6d9c821a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:42,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-cbb9264c-b75a-4f2e-b73b-ecbc6d9c821a 2018-06-29 13:21:42,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:42,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f0abce6c-46b7-4fbf-bf12-7607c8a3584a Date: Fri, 29 Jun 2018 13:21:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:24Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21: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":"9df2d150d03e418295cfd19870a1099d","id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet"}]} 2018-06-29 13:21:42,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-f0abce6c-46b7-4fbf-bf12-7607c8a3584a 2018-06-29 13:21:42,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:42,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-c7822452-f99e-4a58-9087-8713aa65e7ac Date: Fri, 29 Jun 2018 13:21:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.2"}],"id":"09c22490-9fbc-4a31-8f79-2b91ddac7a40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:46:f0","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9b4f365-7167-4c71-822f-490298f834fe","name":"","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:39Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bb6037b-c090-4dd0-a73f-1432f9c58cc3","ip_address":"10.55.0.7"}],"id":"64d568bf-f5fd-497f-90d2-55e1b9101ee9","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:54:99","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0f8da22f-c46f-4530-b5c1-29956c680f34","name":"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port","admin_state_up":true,"network_id":"a9b4f365-7167-4c71-822f-490298f834fe","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:31Z","binding:vnic_type":"normal"}]} 2018-06-29 13:21:42,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a9b4f365-7167-4c71-822f-490298f834fe used request id req-c7822452-f99e-4a58-9087-8713aa65e7ac 2018-06-29 13:21:42,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63427b272d28847965ca474c1d3a5a12b4d0d95e" -d '{"volumeAttachment": {"volumeId": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3"}}' 2018-06-29 13:21:43,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-02ef8ee7-d5c1-4100-adb3-86de640b6b64 x-compute-request-id: req-02ef8ee7-d5c1-4100-adb3-86de640b6b64 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0f8da22f-c46f-4530-b5c1-29956c680f34", "id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "volumeId": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3"}} 2018-06-29 13:21:43,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34/os-volume_attachments used request id req-02ef8ee7-d5c1-4100-adb3-86de640b6b64 2018-06-29 13:21:43,978 - create_instance - INFO - Deleting Port with ID - 64d568bf-f5fd-497f-90d2-55e1b9101ee9 2018-06-29 13:21:43,978 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-port 2018-06-29 13:21:43,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/64d568bf-f5fd-497f-90d2-55e1b9101ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:44,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99787d55-a386-4ffc-924a-4db58260ff81 Date: Fri, 29 Jun 2018 13:21:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:44,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/64d568bf-f5fd-497f-90d2-55e1b9101ee9 used request id req-99787d55-a386-4ffc-924a-4db58260ff81 2018-06-29 13:21:44,734 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst 2018-06-29 13:21:44,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:44,887 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:21: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-8a6ecf5e-cfd0-4e24-a6b1-c3fde20bac96 x-compute-request-id: req-8a6ecf5e-cfd0-4e24-a6b1-c3fde20bac96 Content-Type: application/json 2018-06-29 13:21:44,887 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-8a6ecf5e-cfd0-4e24-a6b1-c3fde20bac96 2018-06-29 13:21:44,888 - create_instance - INFO - Checking deletion status 2018-06-29 13:21:44,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:45,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-1f298e52-e2a8-4376-b832-c52342be9c32 x-compute-request-id: req-1f298e52-e2a8-4376-b832-c52342be9c32 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:54:99", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-06-29T13:13:37.000000", "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:21:44Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3"}], "metadata": {}}} 2018-06-29 13:21:45,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-1f298e52-e2a8-4376-b832-c52342be9c32 2018-06-29 13:21:45,022 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst] is - ACTIVE 2018-06-29 13:21:45,022 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:21:48,025 - create_instance - DEBUG - VM status query timeout in 296.862490892 2018-06-29 13:21:48,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d18bb80d7b26efa2778f810e686b1b61d2322d" 2018-06-29 13:21:48,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-c0777330-7784-41a0-a6e9-87d5312b86a3 x-compute-request-id: req-c0777330-7784-41a0-a6e9-87d5312b86a3 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f8da22f-c46f-4530-b5c1-29956c680f34", "rel": "bookmark"}], "image": {"id": "cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "links": [{"href": "http://172.30.9.28:8774/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-06-29T13:13:37.000000", "flavor": {"id": "b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "links": [{"href": "http://172.30.9.28:8774/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e", "rel": "bookmark"}]}, "id": "0f8da22f-c46f-4530-b5c1-29956c680f34", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-06-29T13:21:48Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": "2018-06-29T13:13:45.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst", "created": "2018-06-29T13:21:33Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3"}], "metadata": {}}} 2018-06-29 13:21:48,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f8da22f-c46f-4530-b5c1-29956c680f34 used request id req-c0777330-7784-41a0-a6e9-87d5312b86a3 2018-06-29 13:21:48,418 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst] is - DELETED 2018-06-29 13:21:48,418 - create_instance - INFO - VM is - DELETED 2018-06-29 13:21:48,418 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-vm_inst 2018-06-29 13:21:48,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:48,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:48 GMT Server: Apache x-compute-request-id: req-188ebf8e-d8be-4627-b034-a97e0cd108a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-188ebf8e-d8be-4627-b034-a97e0cd108a2 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:47.000000", "replication_status": null, "snapshot_id": null, "id": "f2b2bb97-be9a-4e23-85a4-f5bbec63aef3", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-88aefca3-6776-48c1-bf1e-1a9e0be3c97b", "bootable": "false", "created_at": "2018-06-29T13:21:27.000000", "volume_type": null}} 2018-06-29 13:21:48,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 used request id req-188ebf8e-d8be-4627-b034-a97e0cd108a2 2018-06-29 13:21:48,628 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:21:48,628 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:48,628 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:48,631 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:48,714 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f3e6a9f-d962-49ac-af07-c9d25c28fde3 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-06-29 13:21:48,715 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 used request id req-8f3e6a9f-d962-49ac-af07-c9d25c28fde3 2018-06-29 13:21:48,717 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9596ac-f44a-48cc-9703-42d2ae912db2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf835b9e5fa7f1cc943985732f0f82f8db4ff1f" 2018-06-29 13:21:49,032 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:21:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a9be182c-b9e4-4663-8f62-4d2398d7965c x-openstack-request-id: req-a9be182c-b9e4-4663-8f62-4d2398d7965c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 could not be found.", "code": 404}} 2018-06-29 13:21:49,033 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 used request id req-a9be182c-b9e4-4663-8f62-4d2398d7965c 2018-06-29 13:21:49,033 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f2b2bb97-be9a-4e23-85a4-f5bbec63aef3 could not be found. (HTTP 404) (Request-ID: req-a9be182c-b9e4-4663-8f62-4d2398d7965c) 2018-06-29 13:21:49,033 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b 2018-06-29 13:21:49,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7344675b2b027aa9a522751210607ff0e0f4b" 2018-06-29 13:21:49,069 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-ce36b87a-b6aa-484a-8909-ca725bad85e6 x-compute-request-id: req-ce36b87a-b6aa-484a-8909-ca725bad85e6 Content-Length: 0 Content-Type: application/json 2018-06-29 13:21:49,069 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b81ea882-3b73-4ecb-b2c0-c6e6e281837e used request id req-ce36b87a-b6aa-484a-8909-ca725bad85e6 2018-06-29 13:21:49,070 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet 2018-06-29 13:21:49,070 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-subnet 2018-06-29 13:21:49,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/0bb6037b-c090-4dd0-a73f-1432f9c58cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:50,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4923c2b5-408c-4ca3-b602-1eb68847077c Date: Fri, 29 Jun 2018 13:21:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:50,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0bb6037b-c090-4dd0-a73f-1432f9c58cc3 used request id req-4923c2b5-408c-4ca3-b602-1eb68847077c 2018-06-29 13:21:50,119 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-net 2018-06-29 13:21:50,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a9b4f365-7167-4c71-822f-490298f834fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e88900314cc410251fc9b8035202e4e79513fec" 2018-06-29 13:21:51,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91eeb53f-c33e-4507-ba81-5b073e3a1add Date: Fri, 29 Jun 2018 13:21:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:21:51,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a9b4f365-7167-4c71-822f-490298f834fe used request id req-91eeb53f-c33e-4507-ba81-5b073e3a1add 2018-06-29 13:21:51,480 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-88aefca3-6776-48c1-bf1e-1a9e0be3c97b-image 2018-06-29 13:21:51,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50a10b296a844c04f73ff829b057e72d29ebce68" 2018-06-29 13:21:52,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bfb5e57-ee4c-42d7-a091-8e8b3e03ddca Date: Fri, 29 Jun 2018 13:21:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:21:52,863 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cc7d6b5a-933f-44d2-8dae-0e06b65133f8 used request id req-9bfb5e57-ee4c-42d7-a091-8e8b3e03ddca 2018-06-29 13:21:52,864 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:52,867 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:21:52,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:52,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:53,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["REARzpxySUCKnoEanw3BxQ"], "issued_at": "2018-06-29T13:21:53.000000Z"}} 2018-06-29 13:21:53,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:53,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56cb47c1-c60a-4092-b7e6-e82ce12f0b1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:53,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-56cb47c1-c60a-4092-b7e6-e82ce12f0b1f 2018-06-29 13:21:53,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:54,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-5e03d09e-d0ff-443d-a0ab-009ad135d5f9 Date: Fri, 29 Jun 2018 13:21:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image"} 2018-06-29 13:21:54,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image used request id req-5e03d09e-d0ff-443d-a0ab-009ad135d5f9 2018-06-29 13:21:54,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:54,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-956a444c-9ea3-4e41-ac24-0cab7a0d39c7 Date: Fri, 29 Jun 2018 13:21: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", "uploading", "importing", "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-06-29 13:21:54,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-956a444c-9ea3-4e41-ac24-0cab7a0d39c7 2018-06-29 13:21:54,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image"}' 2018-06-29 13:21:54,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cb51cee9-5097-407e-a7f1-3dffa5d90f7b Date: Fri, 29 Jun 2018 13:21:54 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "min_disk": 0, "protected": false, "id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "file": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:54,161 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cb51cee9-5097-407e-a7f1-3dffa5d90f7b 2018-06-29 13:21:54,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" -d '' 2018-06-29 13:21:54,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b1caea7-b8fe-46a3-85c7-cab721722e4d Date: Fri, 29 Jun 2018 13:21:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:21:54,912 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file used request id req-7b1caea7-b8fe-46a3-85c7-cab721722e4d 2018-06-29 13:21:54,913 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:21:54,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:54,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-bf9a2d9a-1130-4e7b-931d-6b422045a238 Date: Fri, 29 Jun 2018 13:21:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:54Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "metadata": {}}], "self": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "min_disk": 0, "protected": false, "id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "file": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:54,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada used request id req-bf9a2d9a-1130-4e7b-931d-6b422045a238 2018-06-29 13:21:54,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:54,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8b3c0ead-7bb8-4b39-960f-2ee5041b58cd Date: Fri, 29 Jun 2018 13:21: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", "uploading", "importing", "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-06-29 13:21:54,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8b3c0ead-7bb8-4b39-960f-2ee5041b58cd 2018-06-29 13:21:54,945 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image 2018-06-29 13:21:54,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:21:54,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-dd4b6b16-aad5-4d2d-a926-0deedf5af53c Date: Fri, 29 Jun 2018 13:21:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:54Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "metadata": {}}], "self": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "min_disk": 0, "protected": false, "id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "file": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:21:54,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada used request id req-dd4b6b16-aad5-4d2d-a926-0deedf5af53c 2018-06-29 13:21:54,963 - create_image - DEBUG - Instance status is - active 2018-06-29 13:21:54,964 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image 2018-06-29 13:21:54,964 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image 2018-06-29 13:21:54,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:54,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:55,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["QpLghWbCSF-vGj42omWjNQ"], "issued_at": "2018-06-29T13:21:55.000000Z"}} 2018-06-29 13:21:55,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:55,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bd8363-1a2f-4fb1-975c-a0ee03b42697 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:55,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-06bd8363-1a2f-4fb1-975c-a0ee03b42697 2018-06-29 13:21:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:55,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1a39b358-c419-406a-95e4-5abcc981a58d Date: Fri, 29 Jun 2018 13:21:55 GMT RESP BODY: {"networks":[]} 2018-06-29 13:21:55,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-1a39b358-c419-406a-95e4-5abcc981a58d 2018-06-29 13:21:55,614 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net 2018-06-29 13:21:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net", "admin_state_up": true}}' 2018-06-29 13:21:55,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-84fff92c-13e9-422c-8cca-66cbebe30d5a Date: Fri, 29 Jun 2018 13:21:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:21:55Z","is_default":false,"provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","mtu":1450}} 2018-06-29 13:21:55,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-84fff92c-13e9-422c-8cca-66cbebe30d5a 2018-06-29 13:21:55,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:56,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-efd95646-4872-4c99-af05-6478a013837d Date: Fri, 29 Jun 2018 13:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T13:21:55Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:56,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-efd95646-4872-4c99-af05-6478a013837d 2018-06-29 13:21:56,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:56,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c57b4671-617e-4b17-947b-c9d783d474f1 Date: Fri, 29 Jun 2018 13:21:56 GMT RESP BODY: {"subnets":[]} 2018-06-29 13:21:56,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-c57b4671-617e-4b17-947b-c9d783d474f1 2018-06-29 13:21:56,045 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet 2018-06-29 13:21:56,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" -d '{"subnets": [{"ip_version": 4, "network_id": "9cbcdf9e-71b1-4781-9424-2707cfc94161", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]}' 2018-06-29 13:21:56,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b236ffff-6c6e-48f3-81aa-a9a389bf9bf9 Date: Fri, 29 Jun 2018 13:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:21:56,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b236ffff-6c6e-48f3-81aa-a9a389bf9bf9 2018-06-29 13:21:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:56,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7d119793-7c0f-416a-80d8-1596f9599625 Date: Fri, 29 Jun 2018 13:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:56,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-7d119793-7c0f-416a-80d8-1596f9599625 2018-06-29 13:21:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:21:56,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0997d168-f624-4862-8097-0f7759c99eaf Date: Fri, 29 Jun 2018 13:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:21:56,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-0997d168-f624-4862-8097-0f7759c99eaf 2018-06-29 13:21:56,768 - OpenStackNetwork - DEBUG - Network [9cbcdf9e-71b1-4781-9424-2707cfc94161] created successfully 2018-06-29 13:21:56,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:56,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:57,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["5_IBldhkS0OUP_Y7gRwZ7g"], "issued_at": "2018-06-29T13:21:57.000000Z"}} 2018-06-29 13:21:57,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248dccb594df5ce88215264baa4d847d5234f571" 2018-06-29 13:21:57,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9a7c88-204d-40ee-af60-3fbeb01f61d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:57,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce9a7c88-204d-40ee-af60-3fbeb01f61d9 2018-06-29 13:21:57,238 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:57,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248dccb594df5ce88215264baa4d847d5234f571" 2018-06-29 13:21:57,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-7e17f61e-2583-4957-ba60-ab8278f9916d x-compute-request-id: req-7e17f61e-2583-4957-ba60-ab8278f9916d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:21:57,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7e17f61e-2583-4957-ba60-ab8278f9916d 2018-06-29 13:21:57,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248dccb594df5ce88215264baa4d847d5234f571" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-06-29 13:21:57,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-aaecea2f-6ede-4219-a79e-07e9fa9917eb x-compute-request-id: req-aaecea2f-6ede-4219-a79e-07e9fa9917eb Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e"}} 2018-06-29 13:21:57,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aaecea2f-6ede-4219-a79e-07e9fa9917eb 2018-06-29 13:21:57,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:57,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:57,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["ScYBXsGHS9aXd8P3E_WLBA"], "issued_at": "2018-06-29T13:21:57.000000Z"}} 2018-06-29 13:21:57,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:21:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a038dc78-7a00-4217-9d1d-6124c314a455 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:57,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a038dc78-7a00-4217-9d1d-6124c314a455 2018-06-29 13:21:57,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:21:58,109 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:57 GMT Server: Apache x-compute-request-id: req-837cecea-c542-4df3-a18a-5f10559c6aa7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-837cecea-c542-4df3-a18a-5f10559c6aa7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 13:21:58,109 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-837cecea-c542-4df3-a18a-5f10559c6aa7 2018-06-29 13:21:58,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "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-06-29 13:21:58,571 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:21:58 GMT Server: Apache x-compute-request-id: req-753aafee-19eb-4dc9-9d3e-c2d7ebfddb46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-753aafee-19eb-4dc9-9d3e-c2d7ebfddb46 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "44068e3973b944bd998ad759573e828b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T13:21:58.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "size": 1}} 2018-06-29 13:21:58,571 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes used request id req-753aafee-19eb-4dc9-9d3e-c2d7ebfddb46 2018-06-29 13:21:58,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:21:58,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:58 GMT Server: Apache x-compute-request-id: req-0f2e5fdd-a3b8-4ed6-a9e8-1928853b6f3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f2e5fdd-a3b8-4ed6-a9e8-1928853b6f3d Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:58.000000", "replication_status": null, "snapshot_id": null, "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "bootable": "false", "created_at": "2018-06-29T13:21:58.000000", "volume_type": null}} 2018-06-29 13:21:58,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-0f2e5fdd-a3b8-4ed6-a9e8-1928853b6f3d 2018-06-29 13:21:58,876 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:21:58,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:21:59,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:58 GMT Server: Apache x-compute-request-id: req-8d43dd78-1b59-44e1-a2ed-ba0a6720053e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d43dd78-1b59-44e1-a2ed-ba0a6720053e Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:21:58.000000", "replication_status": null, "snapshot_id": null, "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "bootable": "false", "created_at": "2018-06-29T13:21:58.000000", "volume_type": null}} 2018-06-29 13:21:59,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-8d43dd78-1b59-44e1-a2ed-ba0a6720053e 2018-06-29 13:21:59,132 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:21:59,132 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:21:59,132 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:21:59,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:21:59,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:21:59,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["HXHySxVURGSS3lMtH9IyvQ"], "issued_at": "2018-06-29T13:21:59.000000Z"}} 2018-06-29 13:21:59,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a20f0f4-8b4d-4800-b2d9-f4d222df71df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:59,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6a20f0f4-8b4d-4800-b2d9-f4d222df71df 2018-06-29 13:21:59,604 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:21:59,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48726ea-83fa-48a2-a5f3-1d3abe0089e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:21:59,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b48726ea-83fa-48a2-a5f3-1d3abe0089e5 2018-06-29 13:21:59,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e6e3e762-2f91-4110-9836-0200d040d4cc Date: Fri, 29 Jun 2018 13:21:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:21:59,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-e6e3e762-2f91-4110-9836-0200d040d4cc 2018-06-29 13:21:59,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:21:59,869 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:21:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:21:59,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34e4896-0020-41ac-85c1-699f59be60c4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:21:59,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-b34e4896-0020-41ac-85c1-699f59be60c4 2018-06-29 13:21:59,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8b913a96-6231-48ef-9d3b-5afaf5134ada Date: Fri, 29 Jun 2018 13:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:21:59,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-8b913a96-6231-48ef-9d3b-5afaf5134ada 2018-06-29 13:21:59,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:21:59,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a6e6ff7b-58e5-41fe-b262-6aeefe3872ec Date: Fri, 29 Jun 2018 13:21:59 GMT RESP BODY: {"ports":[]} 2018-06-29 13:21:59,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True used request id req-a6e6ff7b-58e5-41fe-b262-6aeefe3872ec 2018-06-29 13:21:59,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:00,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:21: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-634409b6-b71d-4185-bb85-4b6ad9970887 x-compute-request-id: req-634409b6-b71d-4185-bb85-4b6ad9970887 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 13:22:00,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst used request id req-634409b6-b71d-4185-bb85-4b6ad9970887 2018-06-29 13:22:00,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:00,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cc9f3cb4-d4b5-4f66-a5a3-6d7180a10ecd Date: Fri, 29 Jun 2018 13:22:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:00,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-cc9f3cb4-d4b5-4f66-a5a3-6d7180a10ecd 2018-06-29 13:22:00,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:00,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cad9cb5-75a8-4697-861d-01c06eae9e53 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:00,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5cad9cb5-75a8-4697-861d-01c06eae9e53 2018-06-29 13:22:00,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:00,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd2b86e9-1f35-43f5-9d7b-b7d99228c3c8 Date: Fri, 29 Jun 2018 13:22:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:00,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-dd2b86e9-1f35-43f5-9d7b-b7d99228c3c8 2018-06-29 13:22:00,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:00,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-740fb973-2428-4ec5-9e53-fa7f588a086c Date: Fri, 29 Jun 2018 13:22:00 GMT RESP BODY: {"ports":[]} 2018-06-29 13:22:00,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True used request id req-740fb973-2428-4ec5-9e53-fa7f588a086c 2018-06-29 13:22:00,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:00,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:00,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["cUdr2k7xRv-3Q_dsJbWXpw"], "issued_at": "2018-06-29T13:22:00.000000Z"}} 2018-06-29 13:22:00,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184f93132c37dc71f4de40186934edc6cec4eb83" 2018-06-29 13:22:00,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042dbfa5-6bb1-4905-aa17-b4233acf3c91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:00,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-042dbfa5-6bb1-4905-aa17-b4233acf3c91 2018-06-29 13:22:00,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:01,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-21a2442b-a240-4b13-8a97-35f956ba0dd2 Date: Fri, 29 Jun 2018 13:22:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:01,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-21a2442b-a240-4b13-8a97-35f956ba0dd2 2018-06-29 13:22:01,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:01,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-877c72bf-50bb-4b0b-b6d7-997cd158e7a4 Date: Fri, 29 Jun 2018 13:22:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:01,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-877c72bf-50bb-4b0b-b6d7-997cd158e7a4 2018-06-29 13:22:01,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:01,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1ecf961a-18f3-40ce-890a-4776df12e924 Date: Fri, 29 Jun 2018 13:22:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:01,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-1ecf961a-18f3-40ce-890a-4776df12e924 2018-06-29 13:22:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:22:01,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:22:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:22:01,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184f93132c37dc71f4de40186934edc6cec4eb83" 2018-06-29 13:22:01,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4b91ff-9015-47e7-a0cd-ed6dae76cbdc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:01,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5e4b91ff-9015-47e7-a0cd-ed6dae76cbdc 2018-06-29 13:22:01,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:01,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b5514105-bb7e-4ded-a69c-c8db444d7622 Date: Fri, 29 Jun 2018 13:22:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:01,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-b5514105-bb7e-4ded-a69c-c8db444d7622 2018-06-29 13:22:01,239 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net 2018-06-29 13:22:01,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" -d '{"port": {"network_id": "9cbcdf9e-71b1-4781-9424-2707cfc94161", "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port", "admin_state_up": true}}' 2018-06-29 13:22:02,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-6fa57312-bb4f-477f-b12c-db358eb56f24 Date: Fri, 29 Jun 2018 13:22:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:01Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}} 2018-06-29 13:22:02,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-6fa57312-bb4f-477f-b12c-db358eb56f24 2018-06-29 13:22:02,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-773d40a0-2a5e-47ef-b006-d4f11ce555f4 Date: Fri, 29 Jun 2018 13:22:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:02,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-773d40a0-2a5e-47ef-b006-d4f11ce555f4 2018-06-29 13:22:02,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f37bd0-5c06-4df0-8891-b761a828770c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:02,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-38f37bd0-5c06-4df0-8891-b761a828770c 2018-06-29 13:22:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-51f1b125-1bf4-4bf1-b56c-19a92dfc898b Date: Fri, 29 Jun 2018 13:22:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:02,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-51f1b125-1bf4-4bf1-b56c-19a92dfc898b 2018-06-29 13:22:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-bfc725df-793a-4ddd-bca6-f21eacebf397 Date: Fri, 29 Jun 2018 13:22:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:01Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:02,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port&admin_state_up=True used request id req-bfc725df-793a-4ddd-bca6-f21eacebf397 2018-06-29 13:22:02,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f678fe59-527d-4a4c-b397-01983d73360a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:02,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-f678fe59-527d-4a4c-b397-01983d73360a 2018-06-29 13:22:02,522 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst 2018-06-29 13:22:02,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-536d8048-345e-4d31-be68-410d9b9a3f3c x-compute-request-id: req-536d8048-345e-4d31-be68-410d9b9a3f3c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-flavor"}]} 2018-06-29 13:22:02,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-536d8048-345e-4d31-be68-410d9b9a3f3c 2018-06-29 13:22:02,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-5612e837-8946-40de-9d50-234d6cf618d3 x-compute-request-id: req-5612e837-8946-40de-9d50-234d6cf618d3 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e"}} 2018-06-29 13:22:02,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e used request id req-5612e837-8946-40de-9d50-234d6cf618d3 2018-06-29 13:22:02,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-74040003-a83c-433f-90ec-8d78b596772c Date: Fri, 29 Jun 2018 13:22:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:21:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:21:54Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "metadata": {}}], "self": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "min_disk": 0, "protected": false, "id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "file": "/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image"} 2018-06-29 13:22:02,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image used request id req-74040003-a83c-433f-90ec-8d78b596772c 2018-06-29 13:22:02,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:02,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3199865f-6552-4a45-8f9a-d00ecf80d3f3 Date: Fri, 29 Jun 2018 13:22: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", "uploading", "importing", "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-06-29 13:22:02,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3199865f-6552-4a45-8f9a-d00ecf80d3f3 2018-06-29 13:22:02,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "imageRef": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "flavorRef": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "max_count": 1, "min_count": 1, "networks": [{"port": "a1a10f30-eba1-4857-93f1-2ac4d355cfab"}]}}' 2018-06-29 13:22:04,283 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22: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-83cb0274-5344-4cef-8ebb-59407a059502 x-compute-request-id: req-83cb0274-5344-4cef-8ebb-59407a059502 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "adminPass": "wZXDR7GQq7yE"}} 2018-06-29 13:22:04,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-83cb0274-5344-4cef-8ebb-59407a059502 2018-06-29 13:22:04,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:04,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-312b1f6f-673b-4fb6-8637-83068e22df59 x-compute-request-id: req-312b1f6f-673b-4fb6-8637-83068e22df59 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.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:22:04Z", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:04,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-312b1f6f-673b-4fb6-8637-83068e22df59 2018-06-29 13:22:04,503 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst 2018-06-29 13:22:04,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:04,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-da6ed704-aaaa-4a0d-af52-fb48e6159791 x-compute-request-id: req-da6ed704-aaaa-4a0d-af52-fb48e6159791 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.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "user_id": "44068e3973b944bd998ad759573e828b", "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-06-29T13:22:04Z", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:04,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-da6ed704-aaaa-4a0d-af52-fb48e6159791 2018-06-29 13:22:04,734 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst] is - BUILD 2018-06-29 13:22:04,735 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:22:07,738 - create_instance - DEBUG - VM status query timeout in 896.765218973 2018-06-29 13:22:07,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:08,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-ee46fa30-8e89-4f13-bd44-b996e47b9238 x-compute-request-id: req-ee46fa30-8e89-4f13-bd44-b996e47b9238 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.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-06-29T13:22:06Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:08,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-ee46fa30-8e89-4f13-bd44-b996e47b9238 2018-06-29 13:22:08,125 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst] is - BUILD 2018-06-29 13:22:08,125 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:22:11,128 - create_instance - DEBUG - VM status query timeout in 893.374872923 2018-06-29 13:22:11,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-4858437b-9ee4-4b8d-9af1-a55079e5127a x-compute-request-id: req-4858437b-9ee4-4b8d-9af1-a55079e5127a Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:11,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-4858437b-9ee4-4b8d-9af1-a55079e5127a 2018-06-29 13:22:11,304 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst] is - ACTIVE 2018-06-29 13:22:11,304 - create_instance - INFO - VM is - ACTIVE 2018-06-29 13:22:11,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-3fc2a08b-9840-4b77-8ec5-517e130758c1 x-compute-request-id: req-3fc2a08b-9840-4b77-8ec5-517e130758c1 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:11,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-3fc2a08b-9840-4b77-8ec5-517e130758c1 2018-06-29 13:22:11,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-69e21617-90e0-4785-935a-6d0b45d490d0 Date: Fri, 29 Jun 2018 13:22:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:11,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-69e21617-90e0-4785-935a-6d0b45d490d0 2018-06-29 13:22:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2645d39b-3fc8-4716-adf0-9ce9e2c2f9cc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:11,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-2645d39b-3fc8-4716-adf0-9ce9e2c2f9cc 2018-06-29 13:22:11,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ed103d5-7689-4abd-bea3-93e8ec42f165 Date: Fri, 29 Jun 2018 13:22:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:11,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-1ed103d5-7689-4abd-bea3-93e8ec42f165 2018-06-29 13:22:11,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:11,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-e35d141b-3ac5-4fb2-b9c5-52d9496c284d Date: Fri, 29 Jun 2018 13:22:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:11,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-e35d141b-3ac5-4fb2-b9c5-52d9496c284d 2018-06-29 13:22:11,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:12,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["CfYaF1BrRHyWaJP6VhxybA"], "issued_at": "2018-06-29T13:22:12.000000Z"}} 2018-06-29 13:22:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:12,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4072144-2c95-46b9-baf2-4e0bda5b104e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:12,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c4072144-2c95-46b9-baf2-4e0bda5b104e 2018-06-29 13:22:12,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:12,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-9f630602-7027-43a5-a4d5-19d9f5f96320 x-compute-request-id: req-9f630602-7027-43a5-a4d5-19d9f5f96320 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:12,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-9f630602-7027-43a5-a4d5-19d9f5f96320 2018-06-29 13:22:12,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:12,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-02d5d596-f480-4e52-853f-ae48a727e5a0 Date: Fri, 29 Jun 2018 13:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:12,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-02d5d596-f480-4e52-853f-ae48a727e5a0 2018-06-29 13:22:12,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:12,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733ca5d0-9cd8-4bb5-aab2-2e3ab138210b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:12,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-733ca5d0-9cd8-4bb5-aab2-2e3ab138210b 2018-06-29 13:22:13,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:13,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8ed3b772-f361-45e9-90e0-d626006cbcd4 Date: Fri, 29 Jun 2018 13:22:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:13,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-8ed3b772-f361-45e9-90e0-d626006cbcd4 2018-06-29 13:22:13,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:13,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-0de7f282-b0f4-431d-b6b3-cc8c23190ed9 Date: Fri, 29 Jun 2018 13:22:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:13,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-0de7f282-b0f4-431d-b6b3-cc8c23190ed9 2018-06-29 13:22:13,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" -d '{"volumeAttachment": {"volumeId": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}}' 2018-06-29 13:22:14,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-e6ceb795-fa3e-42e6-a963-c17cb0780377 x-compute-request-id: req-e6ceb795-fa3e-42e6-a963-c17cb0780377 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "volumeId": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}} 2018-06-29 13:22:14,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c/os-volume_attachments used request id req-e6ceb795-fa3e-42e6-a963-c17cb0780377 2018-06-29 13:22:14,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:14,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-f21caae6-4e13-4abe-9209-683e2301a09d x-compute-request-id: req-f21caae6-4e13-4abe-9209-683e2301a09d Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "metadata": {}}} 2018-06-29 13:22:14,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-f21caae6-4e13-4abe-9209-683e2301a09d 2018-06-29 13:22:14,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:14,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4e324aa4-65c9-4c84-9a44-1db6f0821498 Date: Fri, 29 Jun 2018 13:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:14,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-4e324aa4-65c9-4c84-9a44-1db6f0821498 2018-06-29 13:22:14,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:22:14,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:22:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:22:14,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:14,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-458e54bb-6f11-482c-9e62-22c63aeaf00f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:14,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-458e54bb-6f11-482c-9e62-22c63aeaf00f 2018-06-29 13:22:14,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:14,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0e8ba33-b3d3-4703-b5f1-95801c57e075 Date: Fri, 29 Jun 2018 13:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:14,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-a0e8ba33-b3d3-4703-b5f1-95801c57e075 2018-06-29 13:22:14,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:15,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-e1f44f33-458f-407e-9e94-4d7e87eb5bc3 Date: Fri, 29 Jun 2018 13:22:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:15,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-e1f44f33-458f-407e-9e94-4d7e87eb5bc3 2018-06-29 13:22:15,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:15,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024a6a0b-7159-439f-ad8e-1ffe5970a53e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:15,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-024a6a0b-7159-439f-ad8e-1ffe5970a53e 2018-06-29 13:22:15,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:15,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-6b997932-875a-4037-99b7-505ead798c9c x-compute-request-id: req-6b997932-875a-4037-99b7-505ead798c9c Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "metadata": {}}} 2018-06-29 13:22:15,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-6b997932-875a-4037-99b7-505ead798c9c 2018-06-29 13:22:15,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:15,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e0378bad-9e63-4c89-92af-7ca5413fe47c Date: Fri, 29 Jun 2018 13:22:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:15,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-e0378bad-9e63-4c89-92af-7ca5413fe47c 2018-06-29 13:22:15,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:15,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd9ed61-60fa-4264-a7ac-d8370ab9d1ba Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:15,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-ffd9ed61-60fa-4264-a7ac-d8370ab9d1ba 2018-06-29 13:22:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:15,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5f5ac4cb-57c7-460b-a04b-306e4d1d94e5 Date: Fri, 29 Jun 2018 13:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:15,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-5f5ac4cb-57c7-460b-a04b-306e4d1d94e5 2018-06-29 13:22:15,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:15,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-5c544f68-bdb1-414d-9601-665c29d29afd Date: Fri, 29 Jun 2018 13:22:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:15,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-5c544f68-bdb1-414d-9601-665c29d29afd 2018-06-29 13:22:15,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-c9579607-13f4-454b-a330-4fa8665fbc5a x-compute-request-id: req-c9579607-13f4-454b-a330-4fa8665fbc5a Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "metadata": {}}} 2018-06-29 13:22:16,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-c9579607-13f4-454b-a330-4fa8665fbc5a 2018-06-29 13:22:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7b728780-9083-4079-b350-f069ecf87d26 Date: Fri, 29 Jun 2018 13:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:16,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-7b728780-9083-4079-b350-f069ecf87d26 2018-06-29 13:22:16,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb48324a-ed6a-4aa9-8076-0d5294a421dc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:16,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-eb48324a-ed6a-4aa9-8076-0d5294a421dc 2018-06-29 13:22:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6337e581-a163-471d-a778-b31e8b7fbf40 Date: Fri, 29 Jun 2018 13:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:16,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-6337e581-a163-471d-a778-b31e8b7fbf40 2018-06-29 13:22:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-67000448-cac6-4107-b5cd-b28e0b4ea050 Date: Fri, 29 Jun 2018 13:22:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:16,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-67000448-cac6-4107-b5cd-b28e0b4ea050 2018-06-29 13:22:16,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:16,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:16 GMT Server: Apache x-compute-request-id: req-07337896-bd2b-4016-8892-32c6a4c974f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-07337896-bd2b-4016-8892-32c6a4c974f1 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "attachment_id": "f0b061d4-8f69-4a70-aa84-6a7a8a1771a8", "attached_at": "2018-06-29T13:22:15.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "device": "/dev/vdb", "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:22:15.000000", "replication_status": null, "snapshot_id": null, "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "bootable": "false", "created_at": "2018-06-29T13:21:58.000000", "volume_type": null}} 2018-06-29 13:22:16,525 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-07337896-bd2b-4016-8892-32c6a4c974f1 2018-06-29 13:22:16,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:16,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-ecd7d406-6e59-41a1-8c11-340c7a02af4e x-compute-request-id: req-ecd7d406-6e59-41a1-8c11-340c7a02af4e Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:10Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "metadata": {}}} 2018-06-29 13:22:16,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-ecd7d406-6e59-41a1-8c11-340c7a02af4e 2018-06-29 13:22:16,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:16,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-793fa8a3-3943-4068-9a6e-ba8031620699 Date: Fri, 29 Jun 2018 13:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["60e6ad4e-835b-4636-b374-a2bfbb590a02"],"description":"","tags":[],"updated_at":"2018-06-29T13:21:56Z","provider:segmentation_id":75,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:55Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:16,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net used request id req-793fa8a3-3943-4068-9a6e-ba8031620699 2018-06-29 13:22:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:16,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f259250-ff57-4971-b802-cf214d9d3bcc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:22:16,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-5f259250-ff57-4971-b802-cf214d9d3bcc 2018-06-29 13:22:16,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:16,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dc71e659-27e0-40a6-abd8-633cc0230ce4 Date: Fri, 29 Jun 2018 13:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","dns_nameservers":[],"updated_at":"2018-06-29T13:21:56Z","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":"9df2d150d03e418295cfd19870a1099d","id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet"}]} 2018-06-29 13:22:16,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-dc71e659-27e0-40a6-abd8-633cc0230ce4 2018-06-29 13:22:16,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:17,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1806 X-Openstack-Request-Id: req-2c491728-18c8-47bc-8068-d93afa58be01 Date: Fri, 29 Jun 2018 13:22:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:21:59Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.2"}],"id":"762fa03e-a2f0-4d0d-8254-17d381bf3e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:73:9e","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cbcdf9e-71b1-4781-9424-2707cfc94161","name":"","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:21:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:10Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"60e6ad4e-835b-4636-b374-a2bfbb590a02","ip_address":"10.55.0.7"}],"id":"a1a10f30-eba1-4857-93f1-2ac4d355cfab","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:4d:10","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"eb87f604-cf67-44b0-9060-bc63d6540e1c","name":"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port","admin_state_up":true,"network_id":"9cbcdf9e-71b1-4781-9424-2707cfc94161","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:01Z","binding:vnic_type":"normal"}]} 2018-06-29 13:22:17,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-2c491728-18c8-47bc-8068-d93afa58be01 2018-06-29 13:22:17,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c/os-volume_attachments/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978bcb9e31d8dcf50527a39de7130fc49593ef44" 2018-06-29 13:22:18,318 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22: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-6436f3b4-bb4c-4aa1-861e-921aeeb2fef9 x-compute-request-id: req-6436f3b4-bb4c-4aa1-861e-921aeeb2fef9 Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:18,318 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c/os-volume_attachments/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-6436f3b4-bb4c-4aa1-861e-921aeeb2fef9 2018-06-29 13:22:18,319 - create_instance - INFO - Deleting Port with ID - a1a10f30-eba1-4857-93f1-2ac4d355cfab 2018-06-29 13:22:18,319 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-port 2018-06-29 13:22:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a1a10f30-eba1-4857-93f1-2ac4d355cfab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:18,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c740d7c2-ec6c-4e7f-a1e8-0279c732fee6 Date: Fri, 29 Jun 2018 13:22:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:22:18,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a1a10f30-eba1-4857-93f1-2ac4d355cfab used request id req-c740d7c2-ec6c-4e7f-a1e8-0279c732fee6 2018-06-29 13:22:18,920 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst 2018-06-29 13:22:18,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:19,061 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:22: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-e841fea9-6ff6-458a-8f61-3e8ecbcdae4f x-compute-request-id: req-e841fea9-6ff6-458a-8f61-3e8ecbcdae4f Content-Type: application/json 2018-06-29 13:22:19,061 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-e841fea9-6ff6-458a-8f61-3e8ecbcdae4f 2018-06-29 13:22:19,062 - create_instance - INFO - Checking deletion status 2018-06-29 13:22:19,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:19,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-e6adecca-7d7c-473a-97cb-c3cd374bfac2 x-compute-request-id: req-e6adecca-7d7c-473a-97cb-c3cd374bfac2 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:4d:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:19Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [{"id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9"}], "metadata": {}}} 2018-06-29 13:22:19,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-e6adecca-7d7c-473a-97cb-c3cd374bfac2 2018-06-29 13:22:19,490 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst] is - ACTIVE 2018-06-29 13:22:19,490 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:22:22,493 - create_instance - DEBUG - VM status query timeout in 296.568611145 2018-06-29 13:22:22,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:22,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-5de68551-875a-4b2a-afaf-a2836bb3c410 x-compute-request-id: req-5de68551-875a-4b2a-afaf-a2836bb3c410 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.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c", "rel": "bookmark"}], "image": {"id": "800e0fb5-0fef-4923-ae78-6b1eeb610ada", "links": [{"href": "http://172.30.9.28:8774/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-SRV-USG:launched_at": "2018-06-29T13:14:08.000000", "flavor": {"id": "bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "links": [{"href": "http://172.30.9.28:8774/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e", "rel": "bookmark"}]}, "id": "eb87f604-cf67-44b0-9060-bc63d6540e1c", "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:19Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst", "created": "2018-06-29T13:22:04Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:22:22,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-5de68551-875a-4b2a-afaf-a2836bb3c410 2018-06-29 13:22:22,746 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst] is - ACTIVE 2018-06-29 13:22:22,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 13:22:25,749 - create_instance - DEBUG - VM status query timeout in 293.312378168 2018-06-29 13:22:25,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12de5c7d4b5109fdff9e429ee7424ec67de273ac" 2018-06-29 13:22:25,797 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:22: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-63c7bdf8-f816-4b99-96f3-af8965dd6a65 x-compute-request-id: req-63c7bdf8-f816-4b99-96f3-af8965dd6a65 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance eb87f604-cf67-44b0-9060-bc63d6540e1c could not be found.", "code": 404}} 2018-06-29 13:22:25,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/eb87f604-cf67-44b0-9060-bc63d6540e1c used request id req-63c7bdf8-f816-4b99-96f3-af8965dd6a65 2018-06-29 13:22:25,798 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance eb87f604-cf67-44b0-9060-bc63d6540e1c could not be found. (HTTP 404) (Request-ID: req-63c7bdf8-f816-4b99-96f3-af8965dd6a65) 2018-06-29 13:22:25,798 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-vm_inst 2018-06-29 13:22:25,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:22:26,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:25 GMT Server: Apache x-compute-request-id: req-186bce0c-5e6a-420f-9f2f-dc6e67f264d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-186bce0c-5e6a-420f-9f2f-dc6e67f264d4 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:22:19.000000", "replication_status": null, "snapshot_id": null, "id": "1f3df6d2-3753-4849-bdfd-94f1ef60c2d9", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09", "bootable": "false", "created_at": "2018-06-29T13:21:58.000000", "volume_type": null}} 2018-06-29 13:22:26,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-186bce0c-5e6a-420f-9f2f-dc6e67f264d4 2018-06-29 13:22:26,015 - create_volume - DEBUG - Instance status is - available 2018-06-29 13:22:26,015 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:22:26,015 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:22:26,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:22:26,337 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-831aba4f-de58-4260-99e8-7af458d3ad74 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-06-29 13:22:26,337 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-831aba4f-de58-4260-99e8-7af458d3ad74 2018-06-29 13:22:26,340 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cecea-c542-4df3-a18a-5f10559c6aa7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cb517bbe17133aea980e69a562f35f76047ccd" 2018-06-29 13:22:26,630 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:22:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1d0f2ca3-83fa-405d-86f0-f0cb9ce92d08 x-openstack-request-id: req-1d0f2ca3-83fa-405d-86f0-f0cb9ce92d08 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 could not be found.", "code": 404}} 2018-06-29 13:22:26,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 used request id req-1d0f2ca3-83fa-405d-86f0-f0cb9ce92d08 2018-06-29 13:22:26,631 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 1f3df6d2-3753-4849-bdfd-94f1ef60c2d9 could not be found. (HTTP 404) (Request-ID: req-1d0f2ca3-83fa-405d-86f0-f0cb9ce92d08) 2018-06-29 13:22:26,631 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09 2018-06-29 13:22:26,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248dccb594df5ce88215264baa4d847d5234f571" 2018-06-29 13:22:26,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22: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-4ed14a5d-939c-4438-b0ee-5fea32072c91 x-compute-request-id: req-4ed14a5d-939c-4438-b0ee-5fea32072c91 Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:26,662 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bdf5e6de-7b9f-42c7-bfc5-822a6291139e used request id req-4ed14a5d-939c-4438-b0ee-5fea32072c91 2018-06-29 13:22:26,663 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet 2018-06-29 13:22:26,663 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-subnet 2018-06-29 13:22:26,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/60e6ad4e-835b-4636-b374-a2bfbb590a02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:22:27,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b24b533-7489-4024-b705-39c31d7b2f41 Date: Fri, 29 Jun 2018 13:22:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:22:27,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/60e6ad4e-835b-4636-b374-a2bfbb590a02 used request id req-1b24b533-7489-4024-b705-39c31d7b2f41 2018-06-29 13:22:27,845 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-net 2018-06-29 13:22:27,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9cbcdf9e-71b1-4781-9424-2707cfc94161 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d41798dc930c8ccbfe5b769d27287fae2c6ecc8e" 2018-06-29 13:22:29,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87fa890a-efb9-4a0e-b80d-51c15127f638 Date: Fri, 29 Jun 2018 13:22:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 13:22:29,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9cbcdf9e-71b1-4781-9424-2707cfc94161 used request id req-87fa890a-efb9-4a0e-b80d-51c15127f638 2018-06-29 13:22:29,252 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-a1f2fe5e-8ad9-4585-bfb9-6c4015db7e09-image 2018-06-29 13:22:29,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cc7d74d2f03175f112dda80328a93ae4f3d15cc" 2018-06-29 13:22:29,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc2111a6-c66e-49b7-8d3d-82693b291514 Date: Fri, 29 Jun 2018 13:22:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:22:29,556 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/800e0fb5-0fef-4923-ae78-6b1eeb610ada used request id req-cc2111a6-c66e-49b7-8d3d-82693b291514 2018-06-29 13:22:29,558 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:29,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:29,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:29,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["rCoHp65GT_en9X-ZfETX1A"], "issued_at": "2018-06-29T13:22:29.000000Z"}} 2018-06-29 13:22:29,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a39a24bdbede168d63ad7c0fb0798f1025cfee9" 2018-06-29 13:22:30,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c277ddf-2421-4d56-9d5f-b97fb8e5e8f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:30,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5c277ddf-2421-4d56-9d5f-b97fb8e5e8f7 2018-06-29 13:22:30,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:30,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a39a24bdbede168d63ad7c0fb0798f1025cfee9" 2018-06-29 13:22:30,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-c26da878-f8a0-47c1-b765-c784bf94c634 x-compute-request-id: req-c26da878-f8a0-47c1-b765-c784bf94c634 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:30,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c26da878-f8a0-47c1-b765-c784bf94c634 2018-06-29 13:22:30,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a39a24bdbede168d63ad7c0fb0798f1025cfee9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-eb79df92-3451-4e76-a967-e4315e2e3609name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-06-29 13:22:30,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-f1dcd950-7265-4f99-b480-7c5531938c27 x-compute-request-id: req-f1dcd950-7265-4f99-b480-7c5531938c27 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-eb79df92-3451-4e76-a967-e4315e2e3609name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9fc64783-0e40-404a-a248-3ebbe8d44b7e"}} 2018-06-29 13:22:30,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f1dcd950-7265-4f99-b480-7c5531938c27 2018-06-29 13:22:30,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:30,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["_fJXQbgkSZOks1vwvx6exg"], "issued_at": "2018-06-29T13:22:30.000000Z"}} 2018-06-29 13:22:30,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf62954901b89af2da607574b708cbe99140edca" 2018-06-29 13:22:30,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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,Accept-Encoding x-openstack-request-id: req-c6864619-6fb7-460c-8370-5635cbc2f7a8 x-compute-request-id: req-c6864619-6fb7-460c-8370-5635cbc2f7a8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-eb79df92-3451-4e76-a967-e4315e2e3609name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9fc64783-0e40-404a-a248-3ebbe8d44b7e"}} 2018-06-29 13:22:30,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e used request id req-c6864619-6fb7-460c-8370-5635cbc2f7a8 2018-06-29 13:22:30,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf62954901b89af2da607574b708cbe99140edca" 2018-06-29 13:22:30,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-8a787a0c-8d2f-4a2e-aa65-f1987e20ab0c x-compute-request-id: req-8a787a0c-8d2f-4a2e-aa65-f1987e20ab0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 13:22:30,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e/os-extra_specs used request id req-8a787a0c-8d2f-4a2e-aa65-f1987e20ab0c 2018-06-29 13:22:30,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a39a24bdbede168d63ad7c0fb0798f1025cfee9" 2018-06-29 13:22:30,875 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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-39a17c44-d124-4d6e-a18a-bee95ed27159 x-compute-request-id: req-39a17c44-d124-4d6e-a18a-bee95ed27159 Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:30,876 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9fc64783-0e40-404a-a248-3ebbe8d44b7e used request id req-39a17c44-d124-4d6e-a18a-bee95ed27159 2018-06-29 13:22:30,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf62954901b89af2da607574b708cbe99140edca" 2018-06-29 13:22:30,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-238250c0-9910-45d5-bc23-60a53ee89481 x-compute-request-id: req-238250c0-9910-45d5-bc23-60a53ee89481 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:30,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-238250c0-9910-45d5-bc23-60a53ee89481 2018-06-29 13:22:30,899 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:30,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:30,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:31,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["BbrhLmwHQya4oa7auEQfyg"], "issued_at": "2018-06-29T13:22:31.000000Z"}} 2018-06-29 13:22:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0ffa653f61901b6bd38092ad4a2553e09b54f0" 2018-06-29 13:22:31,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc209eaf-dd3b-48a3-9e8c-571b878ab8d0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:31,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc209eaf-dd3b-48a3-9e8c-571b878ab8d0 2018-06-29 13:22:31,299 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:31,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0ffa653f61901b6bd38092ad4a2553e09b54f0" 2018-06-29 13:22:31,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-deb23faf-e312-4511-8931-c3377364ad36 x-compute-request-id: req-deb23faf-e312-4511-8931-c3377364ad36 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:31,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-deb23faf-e312-4511-8931-c3377364ad36 2018-06-29 13:22:31,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0ffa653f61901b6bd38092ad4a2553e09b54f0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-40af4050-043a-4bbe-9539-b37eaa5a69bename", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-06-29 13:22:31,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-95c49a74-dc1b-4274-90f1-66a7f53e302b x-compute-request-id: req-95c49a74-dc1b-4274-90f1-66a7f53e302b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-40af4050-043a-4bbe-9539-b37eaa5a69bename", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8940ec42-2c05-486a-af1b-3761e94e0bc4"}} 2018-06-29 13:22:31,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-95c49a74-dc1b-4274-90f1-66a7f53e302b 2018-06-29 13:22:31,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:31,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["jKUO1nB9SVGcImg-NWnj8A"], "issued_at": "2018-06-29T13:22:31.000000Z"}} 2018-06-29 13:22:31,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8dead88db79d0eb70b894c957f6a94bb0baee0" 2018-06-29 13:22:32,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-42fa8009-a75b-4280-8549-e21b10f5599d x-compute-request-id: req-42fa8009-a75b-4280-8549-e21b10f5599d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-40af4050-043a-4bbe-9539-b37eaa5a69bename", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8940ec42-2c05-486a-af1b-3761e94e0bc4"}} 2018-06-29 13:22:32,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 used request id req-42fa8009-a75b-4280-8549-e21b10f5599d 2018-06-29 13:22:32,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8dead88db79d0eb70b894c957f6a94bb0baee0" 2018-06-29 13:22:32,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-c9d722a9-025b-4ac1-b1f3-a30ff7aa4ef9 x-compute-request-id: req-c9d722a9-025b-4ac1-b1f3-a30ff7aa4ef9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 13:22:32,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4/os-extra_specs used request id req-c9d722a9-025b-4ac1-b1f3-a30ff7aa4ef9 2018-06-29 13:22:32,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8dead88db79d0eb70b894c957f6a94bb0baee0" 2018-06-29 13:22:32,171 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22: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-e84f3b70-236d-4cb5-b934-f9dcb657e52a x-compute-request-id: req-e84f3b70-236d-4cb5-b934-f9dcb657e52a Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:32,171 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 used request id req-e84f3b70-236d-4cb5-b934-f9dcb657e52a 2018-06-29 13:22:32,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8dead88db79d0eb70b894c957f6a94bb0baee0" 2018-06-29 13:22:32,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-71856687-6c23-4a68-b263-342428655b97 x-compute-request-id: req-71856687-6c23-4a68-b263-342428655b97 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:32,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-71856687-6c23-4a68-b263-342428655b97 2018-06-29 13:22:32,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0ffa653f61901b6bd38092ad4a2553e09b54f0" 2018-06-29 13:22:32,210 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:22: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-70c16bb5-82ca-4231-8859-d0a1382ee5fb x-compute-request-id: req-70c16bb5-82ca-4231-8859-d0a1382ee5fb Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 8940ec42-2c05-486a-af1b-3761e94e0bc4 could not be found.", "code": 404}} 2018-06-29 13:22:32,210 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8940ec42-2c05-486a-af1b-3761e94e0bc4 used request id req-70c16bb5-82ca-4231-8859-d0a1382ee5fb 2018-06-29 13:22:32,211 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:32,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:32,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:32,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["B0vfAFU5TnKRYrh43Je96A"], "issued_at": "2018-06-29T13:22:32.000000Z"}} 2018-06-29 13:22:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef345324ddcaacb5874ee4ae0c3cccdd1bf5134" 2018-06-29 13:22:32,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0160a3-a0fd-4812-a535-1b2d5afb8a56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:32,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1d0160a3-a0fd-4812-a535-1b2d5afb8a56 2018-06-29 13:22:32,608 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:32,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef345324ddcaacb5874ee4ae0c3cccdd1bf5134" 2018-06-29 13:22:32,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-3b2e021f-e6c9-4c1b-ac32-49541be23c68 x-compute-request-id: req-3b2e021f-e6c9-4c1b-ac32-49541be23c68 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:32,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3b2e021f-e6c9-4c1b-ac32-49541be23c68 2018-06-29 13:22:32,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef345324ddcaacb5874ee4ae0c3cccdd1bf5134" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-67ec1d38-fa3e-4f8c-aaf3-42be8d7a2b33name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-06-29 13:22:32,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-21641263-5eb2-4095-959c-834cfed69776 x-compute-request-id: req-21641263-5eb2-4095-959c-834cfed69776 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-67ec1d38-fa3e-4f8c-aaf3-42be8d7a2b33name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/addaf004-4ca0-440d-866e-baa212c6c82f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "addaf004-4ca0-440d-866e-baa212c6c82f"}} 2018-06-29 13:22:32,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-21641263-5eb2-4095-959c-834cfed69776 2018-06-29 13:22:32,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:33,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["u5QhRiAFTIGM-do29o59gw"], "issued_at": "2018-06-29T13:22:33.000000Z"}} 2018-06-29 13:22:33,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eb1938dfdca183c9cf321a6b1a9076f1402667" 2018-06-29 13:22:33,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-752c1e5e-6ee9-42ac-9ec2-4b8576acb509 x-compute-request-id: req-752c1e5e-6ee9-42ac-9ec2-4b8576acb509 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-67ec1d38-fa3e-4f8c-aaf3-42be8d7a2b33name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/addaf004-4ca0-440d-866e-baa212c6c82f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "addaf004-4ca0-440d-866e-baa212c6c82f"}} 2018-06-29 13:22:33,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f used request id req-752c1e5e-6ee9-42ac-9ec2-4b8576acb509 2018-06-29 13:22:33,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eb1938dfdca183c9cf321a6b1a9076f1402667" 2018-06-29 13:22:33,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-51c167e9-82dc-47f5-b58e-f5a7f3dceb44 x-compute-request-id: req-51c167e9-82dc-47f5-b58e-f5a7f3dceb44 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 13:22:33,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f/os-extra_specs used request id req-51c167e9-82dc-47f5-b58e-f5a7f3dceb44 2018-06-29 13:22:33,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef345324ddcaacb5874ee4ae0c3cccdd1bf5134" 2018-06-29 13:22:33,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:22: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-aad1d3c5-10f9-45b8-a01c-d46f261df22c x-compute-request-id: req-aad1d3c5-10f9-45b8-a01c-d46f261df22c Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:33,445 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/addaf004-4ca0-440d-866e-baa212c6c82f used request id req-aad1d3c5-10f9-45b8-a01c-d46f261df22c 2018-06-29 13:22:33,446 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:33,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:33,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:33,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["yzIXhVg7SwOy9ookKpsiOg"], "issued_at": "2018-06-29T13:22:33.000000Z"}} 2018-06-29 13:22:33,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a54d10c77c28ef12e1683dc303e1b00f60592c" 2018-06-29 13:22:33,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a190375d-3189-4cc3-a174-6c506c616ffa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:33,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a190375d-3189-4cc3-a174-6c506c616ffa 2018-06-29 13:22:33,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:33,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a54d10c77c28ef12e1683dc303e1b00f60592c" 2018-06-29 13:22:34,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-792d3197-9b4c-4457-be16-f6dd2a267909 x-compute-request-id: req-792d3197-9b4c-4457-be16-f6dd2a267909 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:34,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-792d3197-9b4c-4457-be16-f6dd2a267909 2018-06-29 13:22:34,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a54d10c77c28ef12e1683dc303e1b00f60592c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-ba64507f-0ee5-4dc0-92b1-6f68c2076b21name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-06-29 13:22:34,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-16a1f4f0-919c-461b-a566-fe991ed2a884 x-compute-request-id: req-16a1f4f0-919c-461b-a566-fe991ed2a884 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-ba64507f-0ee5-4dc0-92b1-6f68c2076b21name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": 3, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "disk": 1, "id": "6c72fa2a-d45f-4b6a-a831-5a3f34266559"}} 2018-06-29 13:22:34,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-16a1f4f0-919c-461b-a566-fe991ed2a884 2018-06-29 13:22:34,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:34,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Kq4QIpxrR8WfzN9Kayy2GA"], "issued_at": "2018-06-29T13:22:34.000000Z"}} 2018-06-29 13:22:34,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c69eddddc3341ef768a631f37f6b6b63266e3f9" 2018-06-29 13:22:34,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-c4eec069-9377-433d-8a33-a447585ccd39 x-compute-request-id: req-c4eec069-9377-433d-8a33-a447585ccd39 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-ba64507f-0ee5-4dc0-92b1-6f68c2076b21name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": 3, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "disk": 1, "id": "6c72fa2a-d45f-4b6a-a831-5a3f34266559"}} 2018-06-29 13:22:34,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 used request id req-c4eec069-9377-433d-8a33-a447585ccd39 2018-06-29 13:22:34,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c69eddddc3341ef768a631f37f6b6b63266e3f9" 2018-06-29 13:22:34,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-2553066d-d4a2-4531-90ab-ad6570350c5b x-compute-request-id: req-2553066d-d4a2-4531-90ab-ad6570350c5b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 13:22:34,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559/os-extra_specs used request id req-2553066d-d4a2-4531-90ab-ad6570350c5b 2018-06-29 13:22:34,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c69eddddc3341ef768a631f37f6b6b63266e3f9" 2018-06-29 13:22:34,831 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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-62dfde9d-c4e3-4d54-bd96-c26fc74418c0 x-compute-request-id: req-62dfde9d-c4e3-4d54-bd96-c26fc74418c0 Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:34,831 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 used request id req-62dfde9d-c4e3-4d54-bd96-c26fc74418c0 2018-06-29 13:22:34,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c69eddddc3341ef768a631f37f6b6b63266e3f9" 2018-06-29 13:22:34,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-89734579-8f46-4b08-bc34-d1caeba4cc41 x-compute-request-id: req-89734579-8f46-4b08-bc34-d1caeba4cc41 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:34,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-89734579-8f46-4b08-bc34-d1caeba4cc41 2018-06-29 13:22:34,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a54d10c77c28ef12e1683dc303e1b00f60592c" 2018-06-29 13:22:34,869 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13: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-bff792a5-d49d-4497-abb9-3e814e163e92 x-compute-request-id: req-bff792a5-d49d-4497-abb9-3e814e163e92 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 6c72fa2a-d45f-4b6a-a831-5a3f34266559 could not be found.", "code": 404}} 2018-06-29 13:22:34,869 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6c72fa2a-d45f-4b6a-a831-5a3f34266559 used request id req-bff792a5-d49d-4497-abb9-3e814e163e92 2018-06-29 13:22:34,870 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:34,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:34,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:35,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["Qy5JCuJMSBOFDTrebjg5TQ"], "issued_at": "2018-06-29T13:22:35.000000Z"}} 2018-06-29 13:22:35,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b50f24c53dca3c4bc694851d026ae4d463e6ed" 2018-06-29 13:22:35,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98bc3a6f-cc0a-480b-8841-4cf3cad37ddc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:35,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98bc3a6f-cc0a-480b-8841-4cf3cad37ddc 2018-06-29 13:22:35,284 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:35,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b50f24c53dca3c4bc694851d026ae4d463e6ed" 2018-06-29 13:22:35,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-84f9fc05-02a0-482a-ae57-700c0cd6137c x-compute-request-id: req-84f9fc05-02a0-482a-ae57-700c0cd6137c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:35,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-84f9fc05-02a0-482a-ae57-700c0cd6137c 2018-06-29 13:22:35,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b50f24c53dca3c4bc694851d026ae4d463e6ed" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-06-29 13:22:35,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-18eb43ed-1524-45f7-af84-464d20947aac x-compute-request-id: req-18eb43ed-1524-45f7-af84-464d20947aac Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eccb323a-529c-4eaa-8d00-50e9283aea76"}} 2018-06-29 13:22:35,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-18eb43ed-1524-45f7-af84-464d20947aac 2018-06-29 13:22:35,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:35,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["MS2ySH8ESWiT_vQdh36vIg"], "issued_at": "2018-06-29T13:22:35.000000Z"}} 2018-06-29 13:22:35,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6efbfa77a382a9d93e5a808226fe867a8c49cc" 2018-06-29 13:22:36,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-0e18ab9b-9a6c-48d3-b135-1e32633101f2 x-compute-request-id: req-0e18ab9b-9a6c-48d3-b135-1e32633101f2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eccb323a-529c-4eaa-8d00-50e9283aea76"}} 2018-06-29 13:22:36,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 used request id req-0e18ab9b-9a6c-48d3-b135-1e32633101f2 2018-06-29 13:22:36,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6efbfa77a382a9d93e5a808226fe867a8c49cc" 2018-06-29 13:22:36,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-4f046668-d962-41f3-8d60-ef8938050e6e x-compute-request-id: req-4f046668-d962-41f3-8d60-ef8938050e6e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 13:22:36,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76/os-extra_specs used request id req-4f046668-d962-41f3-8d60-ef8938050e6e 2018-06-29 13:22:36,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:36,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:36,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["lL1oWgB2TbCTdSOYtNi-Jg"], "issued_at": "2018-06-29T13:22:36.000000Z"}} 2018-06-29 13:22:36,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008df3865ccbaeb3d2bf271cbb87f23f29710be" 2018-06-29 13:22:36,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-770fa604-6031-4f4a-a173-9856f4d67d3d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:36,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-770fa604-6031-4f4a-a173-9856f4d67d3d 2018-06-29 13:22:36,553 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:36,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008df3865ccbaeb3d2bf271cbb87f23f29710be" 2018-06-29 13:22:36,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-afb12516-1b2c-4eab-9b94-022f4c789094 x-compute-request-id: req-afb12516-1b2c-4eab-9b94-022f4c789094 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "eccb323a-529c-4eaa-8d00-50e9283aea76", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "bookmark"}], "name": "CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname"}]} 2018-06-29 13:22:36,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-afb12516-1b2c-4eab-9b94-022f4c789094 2018-06-29 13:22:36,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008df3865ccbaeb3d2bf271cbb87f23f29710be" 2018-06-29 13:22:36,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-5a4d4866-9d65-4e7d-945f-37960bd6d1e8 x-compute-request-id: req-5a4d4866-9d65-4e7d-945f-37960bd6d1e8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eccb323a-529c-4eaa-8d00-50e9283aea76"}} 2018-06-29 13:22:36,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 used request id req-5a4d4866-9d65-4e7d-945f-37960bd6d1e8 2018-06-29 13:22:36,754 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-27f9d058-bb4c-442b-a19c-226a3576a31fname 2018-06-29 13:22:36,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b50f24c53dca3c4bc694851d026ae4d463e6ed" 2018-06-29 13:22:36,780 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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 x-openstack-request-id: req-a332baa0-8401-4713-9a34-37dca34c79e8 x-compute-request-id: req-a332baa0-8401-4713-9a34-37dca34c79e8 Content-Length: 0 Content-Type: application/json 2018-06-29 13:22:36,780 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/eccb323a-529c-4eaa-8d00-50e9283aea76 used request id req-a332baa0-8401-4713-9a34-37dca34c79e8 2018-06-29 13:22:36,781 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:22:36,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:36,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:37,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["3RfW3V6ESy2fUXNIf9YYEw"], "issued_at": "2018-06-29T13:22:37.000000Z"}} 2018-06-29 13:22:37,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:37,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404445e3-db3b-474a-af6c-1b71856099a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:37,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-404445e3-db3b-474a-af6c-1b71856099a4 2018-06-29 13:22:37,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:37,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-8bd78e8a-8e56-4956-b40b-a51465574910 Date: Fri, 29 Jun 2018 13:22:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image"} 2018-06-29 13:22:37,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image used request id req-8bd78e8a-8e56-4956-b40b-a51465574910 2018-06-29 13:22:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:37,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7e4d51b1-1f76-4497-821c-7c796dd45730 Date: Fri, 29 Jun 2018 13:22: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", "uploading", "importing", "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-06-29 13:22:37,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7e4d51b1-1f76-4497-821c-7c796dd45730 2018-06-29 13:22:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image"}' 2018-06-29 13:22:37,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-04192e5e-645d-4d96-9ea0-8702fbc527c2 Date: Fri, 29 Jun 2018 13:22:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:22:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:22:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e", "min_disk": 0, "protected": false, "id": "2cd64eeb-08c5-4219-8d63-704b1120e34e", "file": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:22:37,989 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-04192e5e-645d-4d96-9ea0-8702fbc527c2 2018-06-29 13:22:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" -d '' 2018-06-29 13:22:38,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46a5aa3e-3e98-4fc4-bfcb-6909d21e3cd4 Date: Fri, 29 Jun 2018 13:22:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:22:38,746 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/file used request id req-46a5aa3e-3e98-4fc4-bfcb-6909d21e3cd4 2018-06-29 13:22:38,747 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:22:38,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:38,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-e388ea07-555c-40c9-9f61-3ed127943497 Date: Fri, 29 Jun 2018 13:22:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:22:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:22:38Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/snap", "metadata": {}}], "self": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e", "min_disk": 0, "protected": false, "id": "2cd64eeb-08c5-4219-8d63-704b1120e34e", "file": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:22:38,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e used request id req-e388ea07-555c-40c9-9f61-3ed127943497 2018-06-29 13:22:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:38,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5adf50fa-aec1-433f-a82d-dbf9270281b2 Date: Fri, 29 Jun 2018 13:22: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", "uploading", "importing", "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-06-29 13:22:38,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5adf50fa-aec1-433f-a82d-dbf9270281b2 2018-06-29 13:22:38,775 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image 2018-06-29 13:22:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:22:38,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-9a6f0c0f-163a-4fc3-8c71-ea2a8d6c3f02 Date: Fri, 29 Jun 2018 13:22:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:22:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:22:38Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/snap", "metadata": {}}], "self": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e", "min_disk": 0, "protected": false, "id": "2cd64eeb-08c5-4219-8d63-704b1120e34e", "file": "/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/2cd64eeb-08c5-4219-8d63-704b1120e34e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:22:38,814 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e used request id req-9a6f0c0f-163a-4fc3-8c71-ea2a8d6c3f02 2018-06-29 13:22:38,815 - create_image - DEBUG - Instance status is - active 2018-06-29 13:22:38,815 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image 2018-06-29 13:22:38,815 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image 2018-06-29 13:22:38,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:22:38,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:39,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["2nP-wJj6R7iWd3MV503jxQ"], "issued_at": "2018-06-29T13:22:39.000000Z"}} 2018-06-29 13:22:39,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f096627236ee8dfe912a610677513aef929f200" 2018-06-29 13:22:39,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66138f16-cb89-4ee6-b872-8f609c58bd38 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:39,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-66138f16-cb89-4ee6-b872-8f609c58bd38 2018-06-29 13:22:39,221 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:39,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f096627236ee8dfe912a610677513aef929f200" 2018-06-29 13:22:39,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-e086b3ea-0642-4311-9751-95683dc7e2f1 x-compute-request-id: req-e086b3ea-0642-4311-9751-95683dc7e2f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:22:39,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e086b3ea-0642-4311-9751-95683dc7e2f1 2018-06-29 13:22:39,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f096627236ee8dfe912a610677513aef929f200" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-06-29 13:22:39,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22: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-cc31637b-a139-45a6-a7b0-14c22f837298 x-compute-request-id: req-cc31637b-a139-45a6-a7b0-14c22f837298 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9d236a41-0833-4f02-a47b-e119fc852a77", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9d236a41-0833-4f02-a47b-e119fc852a77", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9d236a41-0833-4f02-a47b-e119fc852a77"}} 2018-06-29 13:22:39,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cc31637b-a139-45a6-a7b0-14c22f837298 2018-06-29 13:22:39,435 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:22:39,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:22:39,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["hq8wsH_jQcuV1Nm1KYExMQ"], "issued_at": "2018-06-29T13:22:39.000000Z"}} 2018-06-29 13:22:39,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-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-67029d24-8243-4a64-9ec6-8f703657beb2-net", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}}' 2018-06-29 13:22:42,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:22:39 GMT Server: Apache x-openstack-request-id: req-18fb43df-b040-46e4-9950-c8d9dbf466d9 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}]}} 2018-06-29 13:22:42,437 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-18fb43df-b040-46e4-9950-c8d9dbf466d9 2018-06-29 13:22:42,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:43,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:42 GMT Server: Apache x-openstack-request-id: req-70262d1b-cb8e-4025-853d-2acb69367996 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:43,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:43 GMT Server: Apache x-openstack-request-id: req-c1daaf76-2514-4be0-92a7-26833463380d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:43,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-c1daaf76-2514-4be0-92a7-26833463380d 2018-06-29 13:22:43,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:44,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:43 GMT Server: Apache x-openstack-request-id: req-549f7357-b9c0-463e-b331-329446dbd8bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "deletion_time": null, "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "tags": null}]} 2018-06-29 13:22:44,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1 used request id req-549f7357-b9c0-463e-b331-329446dbd8bb 2018-06-29 13:22:44,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:45,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:44 GMT Server: Apache x-openstack-request-id: req-d5818291-50b0-40a8-8325-c28e2b28a825 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "deletion_time": null, "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "tags": null}]} 2018-06-29 13:22:45,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1 used request id req-d5818291-50b0-40a8-8325-c28e2b28a825 2018-06-29 13:22:45,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:45,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:45 GMT Server: Apache x-openstack-request-id: req-42aa0067-390e-4f9d-9dd5-aad26a099dae Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:46,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:45 GMT Server: Apache x-openstack-request-id: req-10f7b0f4-f2e8-40a6-ae3b-8c50084c2552 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:46,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-10f7b0f4-f2e8-40a6-ae3b-8c50084c2552 2018-06-29 13:22:46,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:47,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:46 GMT Server: Apache x-openstack-request-id: req-52502e09-2df8-48a9-8373-ff8cf339bc26 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:47,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:47 GMT Server: Apache x-openstack-request-id: req-dda95475-c43c-411e-bbc8-5cfe30979606 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cf62f2eb-d352-4682-9f2a-92b98d0ccf45", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c21df4bf-318e-497a-a5e8-bdda84529faf", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "ec39b310-18b3-4317-a4c7-a5c1bd94c257", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-06-29T13:22:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:22:47,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources used request id req-dda95475-c43c-411e-bbc8-5cfe30979606 2018-06-29 13:22:47,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:48,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:47 GMT Server: Apache x-openstack-request-id: req-11ae278d-7b35-468b-a40c-88b12214a138 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:48,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:48 GMT Server: Apache x-openstack-request-id: req-d24eba0a-0a8e-468b-bc7a-07ca3af6cd1a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:48,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-d24eba0a-0a8e-468b-bc7a-07ca3af6cd1a 2018-06-29 13:22:48,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:48,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:48 GMT Server: Apache x-openstack-request-id: req-05030099-2e32-4c7a-bb6d-b473bcdbce0e Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:49,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:48 GMT Server: Apache x-openstack-request-id: req-1fa36fce-656c-4153-b4df-2cb5728ea18d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:49,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-1fa36fce-656c-4153-b4df-2cb5728ea18d 2018-06-29 13:22:52,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:52,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:52 GMT Server: Apache x-openstack-request-id: req-21f2d9a7-ebcc-4e9f-a5e1-e3dee63cf458 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:52,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:52 GMT Server: Apache x-openstack-request-id: req-fbb54b50-9978-4fa3-ba38-d17c703387cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:52,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-fbb54b50-9978-4fa3-ba38-d17c703387cf 2018-06-29 13:22:55,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:55,878 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:55 GMT Server: Apache x-openstack-request-id: req-5fe1c05c-fd6c-4c79-9615-3e2f808738d8 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:56,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:55 GMT Server: Apache x-openstack-request-id: req-ff680298-fe6f-450f-aa09-c55956c3478b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:56,576 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-ff680298-fe6f-450f-aa09-c55956c3478b 2018-06-29 13:22:59,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:59 GMT Server: Apache x-openstack-request-id: req-f80d1153-bda0-49e2-ad02-863a5c9330f1 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:59,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:59 GMT Server: Apache x-openstack-request-id: req-e0f9339f-3e30-44f9-8886-efd6afdcd393 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1", "stack_user_project_id": "458cb1fdd08442fc9f28f73c54cca514", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:22:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "970aef41-5609-4b76-aef4-a56cd82b46f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:22:59,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-e0f9339f-3e30-44f9-8886-efd6afdcd393 2018-06-29 13:22:59,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:22:59 GMT Server: Apache x-openstack-request-id: req-715c83ee-8dcf-4e8b-8ffc-c3a1029079fb Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:22:59,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:59 GMT Server: Apache x-openstack-request-id: req-763a1e46-dc9e-4517-8548-8777866c8217 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.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cf62f2eb-d352-4682-9f2a-92b98d0ccf45", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c21df4bf-318e-497a-a5e8-bdda84529faf", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "ec39b310-18b3-4317-a4c7-a5c1bd94c257", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "64d87618-4ffc-4206-a346-66df1248a8f2", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:22:59,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources used request id req-763a1e46-dc9e-4517-8548-8777866c8217 2018-06-29 13:22:59,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-aecb091b-5fba-4167-94c1-0166bf9a5cb2 Date: Fri, 29 Jun 2018 13:22:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["c21df4bf-318e-497a-a5e8-bdda84529faf"],"description":"","tags":[],"updated_at":"2018-06-29T13:22:44Z","provider:segmentation_id":4,"name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:42Z","provider:network_type":"vxlan"}]} 2018-06-29 13:22:59,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 used request id req-aecb091b-5fba-4167-94c1-0166bf9a5cb2 2018-06-29 13:22:59,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-13a0d08c-3cb0-4269-9b00-316ed436fa02 Date: Fri, 29 Jun 2018 13:22:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:22:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"c21df4bf-318e-497a-a5e8-bdda84529faf","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet"}]} 2018-06-29 13:22:59,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 used request id req-13a0d08c-3cb0-4269-9b00-316ed436fa02 2018-06-29 13:22:59,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5040919f-1be9-4e79-8395-b64a1d28c342 Date: Fri, 29 Jun 2018 13:22:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:22:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"c21df4bf-318e-497a-a5e8-bdda84529faf","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet"}]} 2018-06-29 13:22:59,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 used request id req-5040919f-1be9-4e79-8395-b64a1d28c342 2018-06-29 13:22:59,910 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:22:59,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:22:59,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e60cad-3b22-41ce-902d-6e9087e25690 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:22:59,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f6e60cad-3b22-41ce-902d-6e9087e25690 2018-06-29 13:22:59,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-05fa2ac9-764c-48d1-8162-fbcd9006e86b Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:00,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-e4b389de-49be-4f0c-94b3-37496e5689dc 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.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cf62f2eb-d352-4682-9f2a-92b98d0ccf45", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c21df4bf-318e-497a-a5e8-bdda84529faf", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "ec39b310-18b3-4317-a4c7-a5c1bd94c257", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "64d87618-4ffc-4206-a346-66df1248a8f2", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:23:00,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources used request id req-e4b389de-49be-4f0c-94b3-37496e5689dc 2018-06-29 13:23:00,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/64d87618-4ffc-4206-a346-66df1248a8f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13: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-52ad0b50-2a5d-48e1-ab39-98dd82d4222e x-compute-request-id: req-52ad0b50-2a5d-48e1-ab39-98dd82d4222e Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:37:4a", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64d87618-4ffc-4206-a346-66df1248a8f2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64d87618-4ffc-4206-a346-66df1248a8f2", "rel": "bookmark"}], "image": {"id": "2cd64eeb-08c5-4219-8d63-704b1120e34e", "links": [{"href": "http://172.30.9.28:8774/images/2cd64eeb-08c5-4219-8d63-704b1120e34e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T13:14:53.000000", "flavor": {"id": "9d236a41-0833-4f02-a47b-e119fc852a77", "links": [{"href": "http://172.30.9.28:8774/flavors/9d236a41-0833-4f02-a47b-e119fc852a77", "rel": "bookmark"}]}, "id": "64d87618-4ffc-4206-a346-66df1248a8f2", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:22:55Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "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-67029d24-8243-4a64-9ec6-8f703657beb2-inst", "created": "2018-06-29T13:22:48Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:23:00,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64d87618-4ffc-4206-a346-66df1248a8f2 used request id req-52ad0b50-2a5d-48e1-ab39-98dd82d4222e 2018-06-29 13:23:00,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-46c89b89-e488-4981-81f3-e88d0b646acf Date: Fri, 29 Jun 2018 13:23:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["c21df4bf-318e-497a-a5e8-bdda84529faf"],"description":"","tags":[],"updated_at":"2018-06-29T13:22:44Z","provider:segmentation_id":4,"name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:42Z","provider:network_type":"vxlan"}]} 2018-06-29 13:23:00,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-net used request id req-46c89b89-e488-4981-81f3-e88d0b646acf 2018-06-29 13:23:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:23:00,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:23:00,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0684fc-d33b-4134-a06c-d15550aae9d1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:23:00,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-fc0684fc-d33b-4134-a06c-d15550aae9d1 2018-06-29 13:23:00,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f15aef25-db0d-4f14-a489-38da03ffeede Date: Fri, 29 Jun 2018 13:23:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:44Z","dns_nameservers":[],"updated_at":"2018-06-29T13:22:44Z","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":"9df2d150d03e418295cfd19870a1099d","id":"c21df4bf-318e-497a-a5e8-bdda84529faf","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-subnet"}]} 2018-06-29 13:23:00,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 used request id req-f15aef25-db0d-4f14-a489-38da03ffeede 2018-06-29 13:23:00,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1836 X-Openstack-Request-Id: req-1f93918c-7f63-4206-919a-a9fa3bbaceeb Date: Fri, 29 Jun 2018 13:23:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:47Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c21df4bf-318e-497a-a5e8-bdda84529faf","ip_address":"10.0.0.2"}],"id":"5ed8cced-2445-4d73-bff4-1ad907db671f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:33:f1","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec39b310-18b3-4317-a4c7-a5c1bd94c257","name":"","admin_state_up":true,"network_id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:22:55Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c21df4bf-318e-497a-a5e8-bdda84529faf","ip_address":"10.0.0.11"}],"id":"cf62f2eb-d352-4682-9f2a-92b98d0ccf45","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:37:4a","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"64d87618-4ffc-4206-a346-66df1248a8f2","name":"HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1-server1_port-otg7kbhghryq","admin_state_up":true,"network_id":"ec39b310-18b3-4317-a4c7-a5c1bd94c257","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:22:45Z","binding:vnic_type":"normal"}]} 2018-06-29 13:23:00,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ec39b310-18b3-4317-a4c7-a5c1bd94c257 used request id req-1f93918c-7f63-4206-919a-a9fa3bbaceeb 2018-06-29 13:23:00,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-12c29450-40d0-402e-a4aa-de1e8a4ad8e0 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:00,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-f0f68662-38c5-46d7-a1d5-5cafb34b3510 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.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cf62f2eb-d352-4682-9f2a-92b98d0ccf45", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c21df4bf-318e-497a-a5e8-bdda84529faf", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "ec39b310-18b3-4317-a4c7-a5c1bd94c257", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T13:22:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:22:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "64d87618-4ffc-4206-a346-66df1248a8f2", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:23:00,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1/resources used request id req-f0f68662-38c5-46d7-a1d5-5cafb34b3510 2018-06-29 13:23:00,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/970aef41-5609-4b76-aef4-a56cd82b46f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae23a0af130771626ceda91322a6769d2ba6d00" 2018-06-29 13:23:00,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-8ff64428-bb5f-45eb-b536-ae730e4f0bcf Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:00,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:23:00 GMT Server: Apache x-openstack-request-id: req-b9b02daf-b0bc-4aaa-a9fb-28ac217d5345 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:23:00,656 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-stack1/970aef41-5609-4b76-aef4-a56cd82b46f1 used request id req-b9b02daf-b0bc-4aaa-a9fb-28ac217d5345 2018-06-29 13:23:00,656 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-67029d24-8243-4a64-9ec6-8f703657beb2-image 2018-06-29 13:23:00,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38f564c3b9e02002b19be5b7da7042280340f45f" 2018-06-29 13:23:01,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8853a825-7321-4d2d-be55-2049cc324fd6 Date: Fri, 29 Jun 2018 13:23:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:23:01,662 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2cd64eeb-08c5-4219-8d63-704b1120e34e used request id req-8853a825-7321-4d2d-be55-2049cc324fd6 2018-06-29 13:23:01,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/9d236a41-0833-4f02-a47b-e119fc852a77 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f096627236ee8dfe912a610677513aef929f200" 2018-06-29 13:23:01,691 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13: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-c5d07110-29bd-48a8-9efe-46780b7a4071 x-compute-request-id: req-c5d07110-29bd-48a8-9efe-46780b7a4071 Content-Length: 0 Content-Type: application/json 2018-06-29 13:23:01,691 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9d236a41-0833-4f02-a47b-e119fc852a77 used request id req-c5d07110-29bd-48a8-9efe-46780b7a4071 2018-06-29 13:23:01,693 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:23:01,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:23:01,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:23:02,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["NWlvqr-LTbqWTn9ruVK1mw"], "issued_at": "2018-06-29T13:23:02.000000Z"}} 2018-06-29 13:23:02,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:02,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbb8bfdf-35db-4e75-939d-9be672f581ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:23:02,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dbb8bfdf-35db-4e75-939d-9be672f581ce 2018-06-29 13:23:02,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:02,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-61a2e217-d336-42cb-b152-c09e319fbcf5 Date: Fri, 29 Jun 2018 13:23:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image"} 2018-06-29 13:23:02,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image used request id req-61a2e217-d336-42cb-b152-c09e319fbcf5 2018-06-29 13:23:02,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:02,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-387db98c-cfb7-4b56-b55a-9e6e410c5efd Date: Fri, 29 Jun 2018 13:23: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", "uploading", "importing", "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-06-29 13:23:02,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-387db98c-cfb7-4b56-b55a-9e6e410c5efd 2018-06-29 13:23:02,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image"}' 2018-06-29 13:23:02,494 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-77b5712b-263d-4767-bb74-f46547ea2e41 Date: Fri, 29 Jun 2018 13:23:02 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:23:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:23:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70", "min_disk": 0, "protected": false, "id": "ef38c74c-c288-4d1e-a647-fc4913013c70", "file": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:23:02,494 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-77b5712b-263d-4767-bb74-f46547ea2e41 2018-06-29 13:23:02,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" -d '' 2018-06-29 13:23:03,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3198cfa0-2b0a-48ab-a3b9-af44bd7ba12d Date: Fri, 29 Jun 2018 13:23:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:23:03,952 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70/file used request id req-3198cfa0-2b0a-48ab-a3b9-af44bd7ba12d 2018-06-29 13:23:03,953 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:23:03,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:03,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-696ccf55-75ce-40ac-89c7-53f604c36019 Date: Fri, 29 Jun 2018 13:23:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:23:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:23:03Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ef38c74c-c288-4d1e-a647-fc4913013c70/snap", "metadata": {}}], "self": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70", "min_disk": 0, "protected": false, "id": "ef38c74c-c288-4d1e-a647-fc4913013c70", "file": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ef38c74c-c288-4d1e-a647-fc4913013c70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:23:03,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 used request id req-696ccf55-75ce-40ac-89c7-53f604c36019 2018-06-29 13:23:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:03,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-853c34f5-fa5e-40ae-90db-80b1067541b5 Date: Fri, 29 Jun 2018 13:23: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", "uploading", "importing", "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-06-29 13:23:03,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-853c34f5-fa5e-40ae-90db-80b1067541b5 2018-06-29 13:23:03,977 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image 2018-06-29 13:23:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:23:03,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-9ce5a277-3cec-4729-8952-c31ee7b4ec8b Date: Fri, 29 Jun 2018 13:23:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:23:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:23:03Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ef38c74c-c288-4d1e-a647-fc4913013c70/snap", "metadata": {}}], "self": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70", "min_disk": 0, "protected": false, "id": "ef38c74c-c288-4d1e-a647-fc4913013c70", "file": "/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/ef38c74c-c288-4d1e-a647-fc4913013c70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:23:03,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 used request id req-9ce5a277-3cec-4729-8952-c31ee7b4ec8b 2018-06-29 13:23:03,999 - create_image - DEBUG - Instance status is - active 2018-06-29 13:23:03,999 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image 2018-06-29 13:23:03,999 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image 2018-06-29 13:23:03,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:23:04,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:23:04,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["sBU-2H9TQXug9RqLb5XnVA"], "issued_at": "2018-06-29T13:23:04.000000Z"}} 2018-06-29 13:23:04,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3439885f839a71a971582251ebc8290d48827482" 2018-06-29 13:23:04,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a59b56-3ced-458a-abc4-310b6adfb1dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:23:04,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-14a59b56-3ced-458a-abc4-310b6adfb1dc 2018-06-29 13:23:04,553 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:23:04,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3439885f839a71a971582251ebc8290d48827482" 2018-06-29 13:23:04,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23: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-b5889448-eec4-439b-98e4-11ceb6f0f588 x-compute-request-id: req-b5889448-eec4-439b-98e4-11ceb6f0f588 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 13:23:04,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b5889448-eec4-439b-98e4-11ceb6f0f588 2018-06-29 13:23:04,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3439885f839a71a971582251ebc8290d48827482" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-06-29 13:23:04,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23: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-3b32aa2d-9a80-4fc7-8bc9-2cbec60884a3 x-compute-request-id: req-3b32aa2d-9a80-4fc7-8bc9-2cbec60884a3 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f244062e-1f28-4807-9f44-f87403ec23e5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f244062e-1f28-4807-9f44-f87403ec23e5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f244062e-1f28-4807-9f44-f87403ec23e5"}} 2018-06-29 13:23:04,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3b32aa2d-9a80-4fc7-8bc9-2cbec60884a3 2018-06-29 13:23:04,781 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:23:04,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:23:05,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["ssQScw9-RRqQz1M1aP1RTA"], "issued_at": "2018-06-29T13:23:05.000000Z"}} 2018-06-29 13:23:05,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-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-68fff147-500c-488a-b8c5-6f2063eb4537-net", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}}' 2018-06-29 13:23:07,410 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:23:05 GMT Server: Apache x-openstack-request-id: req-753a9d7f-3fe5-4359-bdfa-458f6d229950 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "a944f52a-9572-4133-bea0-c0248932e902", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}]}} 2018-06-29 13:23:07,410 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-753a9d7f-3fe5-4359-bdfa-458f6d229950 2018-06-29 13:23:07,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:07,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:07 GMT Server: Apache x-openstack-request-id: req-a73cea22-fdef-4fda-bc32-a45d33c0d82a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:07,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:07 GMT Server: Apache x-openstack-request-id: req-00785702-ecf5-4f00-a5da-2687b06b0599 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:07,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-00785702-ecf5-4f00-a5da-2687b06b0599 2018-06-29 13:23:07,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:08,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:07 GMT Server: Apache x-openstack-request-id: req-13070b4d-67a9-4d61-958d-7025c43b1224 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-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "deletion_time": null, "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a944f52a-9572-4133-bea0-c0248932e902", "tags": null}]} 2018-06-29 13:23:08,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1 used request id req-13070b4d-67a9-4d61-958d-7025c43b1224 2018-06-29 13:23:08,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:08,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:08 GMT Server: Apache x-openstack-request-id: req-c4bbb79c-0ccb-489e-ae4a-16e9bb213f04 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-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "deletion_time": null, "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a944f52a-9572-4133-bea0-c0248932e902", "tags": null}]} 2018-06-29 13:23:08,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1 used request id req-c4bbb79c-0ccb-489e-ae4a-16e9bb213f04 2018-06-29 13:23:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:08,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:08 GMT Server: Apache x-openstack-request-id: req-e4c85542-1834-4ef0-816f-4822a5036d0a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:08,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:08 GMT Server: Apache x-openstack-request-id: req-bf12d563-e83a-46cd-8c51-11ca65c34451 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:08,974 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-bf12d563-e83a-46cd-8c51-11ca65c34451 2018-06-29 13:23:08,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:09,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:08 GMT Server: Apache x-openstack-request-id: req-772a7e6a-ea75-45c5-97f3-b6e3d9123897 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:09,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:09 GMT Server: Apache x-openstack-request-id: req-3a5c996c-12ae-40a6-873d-60d1285e12ac 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:09,466 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-3a5c996c-12ae-40a6-873d-60d1285e12ac 2018-06-29 13:23:12,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:12,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:12 GMT Server: Apache x-openstack-request-id: req-187f16e8-42fe-49b6-8716-c954937e990d Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:12,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:12 GMT Server: Apache x-openstack-request-id: req-b99bd9db-1e60-47e5-9394-7cf5e5a60150 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:12,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-b99bd9db-1e60-47e5-9394-7cf5e5a60150 2018-06-29 13:23:15,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:15,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:15 GMT Server: Apache x-openstack-request-id: req-a47c3e2e-a5d2-490b-8907-2e08395b79d4 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:15 GMT Server: Apache x-openstack-request-id: req-67876793-6ee3-4140-8ca9-2e9906971ee1 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:15,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-67876793-6ee3-4140-8ca9-2e9906971ee1 2018-06-29 13:23:18,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:19,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:18 GMT Server: Apache x-openstack-request-id: req-b34ae704-7d08-49f4-862b-2289250454b0 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:19,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:19 GMT Server: Apache x-openstack-request-id: req-c3a1f3b0-2d89-46d0-af8d-d0ddeacf1be6 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:19,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-c3a1f3b0-2d89-46d0-af8d-d0ddeacf1be6 2018-06-29 13:23:22,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:22,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:22 GMT Server: Apache x-openstack-request-id: req-f77104cf-74c9-4716-8a2e-c1444e06f9ea Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:22,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:22 GMT Server: Apache x-openstack-request-id: req-a12ca1f6-6eea-4658-80b1-9247e0bd3e09 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a944f52a-9572-4133-bea0-c0248932e902", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1", "stack_user_project_id": "290e9c19d1854a64b9dd40bbd667b9c0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:23:06Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a944f52a-9572-4133-bea0-c0248932e902", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:22,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-a12ca1f6-6eea-4658-80b1-9247e0bd3e09 2018-06-29 13:23:22,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-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-68fff147-500c-488a-b8c5-6f2063eb4537-net", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}}' 2018-06-29 13:23:23,884 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:23:22 GMT Server: Apache x-openstack-request-id: req-33ee8fd7-186f-4c2c-a6e0-89a0c53d4d82 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}]}} 2018-06-29 13:23:23,885 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-33ee8fd7-186f-4c2c-a6e0-89a0c53d4d82 2018-06-29 13:23:23,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:23,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:23 GMT Server: Apache x-openstack-request-id: req-e0fe0912-8779-476f-812c-9b18d854d5eb Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:23,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:23 GMT Server: Apache x-openstack-request-id: req-85407f78-07ce-437a-8db0-d0caf673bb49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:23,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-85407f78-07ce-437a-8db0-d0caf673bb49 2018-06-29 13:23:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:24,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:23 GMT Server: Apache x-openstack-request-id: req-7568ba7b-3489-424e-ad99-2a171ea8b423 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "deletion_time": null, "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "tags": null}]} 2018-06-29 13:23:24,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2 used request id req-7568ba7b-3489-424e-ad99-2a171ea8b423 2018-06-29 13:23:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:24,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:24 GMT Server: Apache x-openstack-request-id: req-b44e188b-198f-4841-8632-dfd4bf4f474c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "deletion_time": null, "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "updated_time": null, "project": "9df2d150d03e418295cfd19870a1099d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "tags": null}]} 2018-06-29 13:23:24,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2 used request id req-b44e188b-198f-4841-8632-dfd4bf4f474c 2018-06-29 13:23:24,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:24,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:24 GMT Server: Apache x-openstack-request-id: req-10752b67-a190-4b7d-b0ab-899b08391e85 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:24,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:24 GMT Server: Apache x-openstack-request-id: req-7a79b74c-7167-4cc1-be69-72964c6cfb28 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:24,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-7a79b74c-7167-4cc1-be69-72964c6cfb28 2018-06-29 13:23:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:24,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:24 GMT Server: Apache x-openstack-request-id: req-820a3040-a799-48b2-b176-103f4369ae52 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:24,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:24 GMT Server: Apache x-openstack-request-id: req-2b454ff8-cbb4-49ac-b141-6e2b5fac2476 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:24,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-2b454ff8-cbb4-49ac-b141-6e2b5fac2476 2018-06-29 13:23:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:27,226 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:27 GMT Server: Apache x-openstack-request-id: req-f143de6a-65c5-4b12-bd58-3fe15534083c Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:27,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:27 GMT Server: Apache x-openstack-request-id: req-edbcb078-4561-4be8-b552-eb8f876c9789 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:27,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-edbcb078-4561-4be8-b552-eb8f876c9789 2018-06-29 13:23:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:30,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:30 GMT Server: Apache x-openstack-request-id: req-5648bef4-aa5e-45fc-89d3-11823b4a81a8 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:30,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:30 GMT Server: Apache x-openstack-request-id: req-9f1ba578-85da-4c72-8fa3-689220df7ed6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:30,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-9f1ba578-85da-4c72-8fa3-689220df7ed6 2018-06-29 13:23:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:33,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:33 GMT Server: Apache x-openstack-request-id: req-687e57f9-254c-4b98-8a8e-40c15c8a2f72 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:33,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:33 GMT Server: Apache x-openstack-request-id: req-f4c0125f-61e1-40c9-b485-865a01b0c3e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:33,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-f4c0125f-61e1-40c9-b485-865a01b0c3e2 2018-06-29 13:23:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:36,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:36 GMT Server: Apache x-openstack-request-id: req-8d28aa0c-9679-44d9-8aed-2317e1087e52 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:36,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:36 GMT Server: Apache x-openstack-request-id: req-ad2b41ce-fee5-4e1f-b04e-e51d9898e97b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:36,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-ad2b41ce-fee5-4e1f-b04e-e51d9898e97b 2018-06-29 13:23:39,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:39,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:39 GMT Server: Apache x-openstack-request-id: req-e883cf0e-5963-4080-8341-6fc6f4b6addc Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:39,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:39 GMT Server: Apache x-openstack-request-id: req-7f0cc3a8-9297-4eda-b696-e9ad28ed7dbd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:39,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-7f0cc3a8-9297-4eda-b696-e9ad28ed7dbd 2018-06-29 13:23:42,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:42,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:42 GMT Server: Apache x-openstack-request-id: req-3c764b21-d5f0-4291-b64d-0fd38136fa5a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:42,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:42 GMT Server: Apache x-openstack-request-id: req-4015f019-6be4-487e-af30-aaf6d24ccd82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:42,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-4015f019-6be4-487e-af30-aaf6d24ccd82 2018-06-29 13:23:45,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:45,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:45 GMT Server: Apache x-openstack-request-id: req-7588b5c3-1c91-4664-adda-39fc41dc9195 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:45,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:45 GMT Server: Apache x-openstack-request-id: req-e04ff43f-de81-4d59-91cf-3bbc1fa94336 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:45,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-e04ff43f-de81-4d59-91cf-3bbc1fa94336 2018-06-29 13:23:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:48,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:48 GMT Server: Apache x-openstack-request-id: req-cbf47038-e42c-48f5-8e05-6c6e8726ae1b Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:48,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:48 GMT Server: Apache x-openstack-request-id: req-f8018f49-2715-47a8-a197-fe85f60a66b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:48,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-f8018f49-2715-47a8-a197-fe85f60a66b3 2018-06-29 13:23:51,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:51,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:51 GMT Server: Apache x-openstack-request-id: req-7d1ea96b-1866-4d79-b727-95d4ecd66646 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:51,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:51 GMT Server: Apache x-openstack-request-id: req-c1266d9d-5dee-4e11-9343-6d6e9230f1d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:51,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-c1266d9d-5dee-4e11-9343-6d6e9230f1d0 2018-06-29 13:23:54,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:54,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:54 GMT Server: Apache x-openstack-request-id: req-26477caa-50d8-488e-b1e0-f9a2bf169151 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:54,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:54 GMT Server: Apache x-openstack-request-id: req-477e768b-d981-4080-9e95-01bd0be742ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:54,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-477e768b-d981-4080-9e95-01bd0be742ff 2018-06-29 13:23:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:23:58,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:23:57 GMT Server: Apache x-openstack-request-id: req-e3c27834-6c78-488c-af9d-31f69e0c2c6e Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:23:58,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:23:58 GMT Server: Apache x-openstack-request-id: req-28664f18-7210-482e-9860-980241b871be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:23:58,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-28664f18-7210-482e-9860-980241b871be 2018-06-29 13:24:01,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:01,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:01 GMT Server: Apache x-openstack-request-id: req-853cbc01-c940-4e9d-8bdd-3096e5578a77 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:01,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:01 GMT Server: Apache x-openstack-request-id: req-06702335-0abe-4019-8efd-5dbac82882c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:24:01,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-06702335-0abe-4019-8efd-5dbac82882c3 2018-06-29 13:24:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:04,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:04 GMT Server: Apache x-openstack-request-id: req-b26559c1-db72-4488-ac0a-36246c8ca222 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:04,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:04 GMT Server: Apache x-openstack-request-id: req-02bb7b59-10c2-4ba5-9d79-f0ed5d9068c1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:24:04,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-02bb7b59-10c2-4ba5-9d79-f0ed5d9068c1 2018-06-29 13:24:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:07,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:07 GMT Server: Apache x-openstack-request-id: req-24ee955d-4c39-4342-84e4-0efbe568b0b8 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:07,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:07 GMT Server: Apache x-openstack-request-id: req-f043e524-4252-4253-9bf3-58120d0c0d6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:24:07,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-f043e524-4252-4253-9bf3-58120d0c0d6e 2018-06-29 13:24:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:10,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-6abfa4e2-3a9f-40ca-a676-870ff2cc7d68 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:10,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-a087dc96-4707-4b19-90c1-f8166143b2f5 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image", "inst_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2", "stack_user_project_id": "afadae95af2841c58516fb6a850cc91d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:23:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9d6abe3f-7ad5-4ca7-a046-c4e7eb549133", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 13:24:10,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-a087dc96-4707-4b19-90c1-f8166143b2f5 2018-06-29 13:24:10,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a944f52a-9572-4133-bea0-c0248932e902 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:10,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-f0550aac-f6f8-4c70-aa2c-9eb3ea51572a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:10,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-3e6727bc-daad-4bdc-861d-b6119116e20b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:24:10,466 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack1/a944f52a-9572-4133-bea0-c0248932e902 used request id req-3e6727bc-daad-4bdc-861d-b6119116e20b 2018-06-29 13:24:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb6ecd4a0f904c014c869295c9416a66336e1e6" 2018-06-29 13:24:10,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-ac2e190e-22b5-4d03-bb61-866c50893070 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:10,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:24:10 GMT Server: Apache x-openstack-request-id: req-443eb9d5-011c-4fc5-911a-a0bef4313c4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:24:10,537 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-stack2/9d6abe3f-7ad5-4ca7-a046-c4e7eb549133 used request id req-443eb9d5-011c-4fc5-911a-a0bef4313c4e 2018-06-29 13:24:10,537 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-68fff147-500c-488a-b8c5-6f2063eb4537-image 2018-06-29 13:24:10,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b0d7aac0ad01384a27fca1d623046c34dee43fc" 2018-06-29 13:24:12,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1f1a3bc-b643-4730-98de-6819f78f1874 Date: Fri, 29 Jun 2018 13:24:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:24:12,092 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ef38c74c-c288-4d1e-a647-fc4913013c70 used request id req-e1f1a3bc-b643-4730-98de-6819f78f1874 2018-06-29 13:24:12,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f244062e-1f28-4807-9f44-f87403ec23e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3439885f839a71a971582251ebc8290d48827482" 2018-06-29 13:24:12,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:24: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-8501e179-1601-42de-b703-8cf1bc1f9478 x-compute-request-id: req-8501e179-1601-42de-b703-8cf1bc1f9478 Content-Length: 0 Content-Type: application/json 2018-06-29 13:24:12,170 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f244062e-1f28-4807-9f44-f87403ec23e5 used request id req-8501e179-1601-42de-b703-8cf1bc1f9478 2018-06-29 13:24:12,171 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:24:12,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:24:12,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:24:12,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["K2phamUOQsCosoTUq5pysw"], "issued_at": "2018-06-29T13:24:12.000000Z"}} 2018-06-29 13:24:12,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:12,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a61aa4b3-cca1-49cd-b756-2dfe9f2c80d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:24:12,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a61aa4b3-cca1-49cd-b756-2dfe9f2c80d3 2018-06-29 13:24:12,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:12,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-be5e8f8c-ea7d-4682-a98d-ce2678cbd900 Date: Fri, 29 Jun 2018 13:24:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"} 2018-06-29 13:24:12,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 used request id req-be5e8f8c-ea7d-4682-a98d-ce2678cbd900 2018-06-29 13:24:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:12,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-94721bd0-8a6d-48e3-88b3-642c195f7ff2 Date: Fri, 29 Jun 2018 13:24: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", "uploading", "importing", "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-06-29 13:24:12,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-94721bd0-8a6d-48e3-88b3-642c195f7ff2 2018-06-29 13:24:12,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}' 2018-06-29 13:24:12,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-69599c7a-7510-40d0-8971-10a969dfc989 Date: Fri, 29 Jun 2018 13:24:12 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "min_disk": 0, "protected": false, "id": "4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "file": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:12,970 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-69599c7a-7510-40d0-8971-10a969dfc989 2018-06-29 13:24:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" -d '' 2018-06-29 13:24:13,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a41981d-ae01-4ef7-bc96-0dd3fa655db0 Date: Fri, 29 Jun 2018 13:24:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:24:13,999 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file used request id req-8a41981d-ae01-4ef7-bc96-0dd3fa655db0 2018-06-29 13:24:14,000 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:24:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:14,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4c8543ee-40c4-4762-bb47-18f9dc918443 Date: Fri, 29 Jun 2018 13:24:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:13Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "metadata": {}}], "self": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "min_disk": 0, "protected": false, "id": "4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "file": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:14,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 used request id req-4c8543ee-40c4-4762-bb47-18f9dc918443 2018-06-29 13:24:14,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:14,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e360667d-52f0-4811-805f-63223b771424 Date: Fri, 29 Jun 2018 13:24: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", "uploading", "importing", "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-06-29 13:24:14,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e360667d-52f0-4811-805f-63223b771424 2018-06-29 13:24:14,031 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 2018-06-29 13:24:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:14,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-cc27a036-ac78-42e2-a8de-d24cf0f638b0 Date: Fri, 29 Jun 2018 13:24:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:13Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "metadata": {}}], "self": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "min_disk": 0, "protected": false, "id": "4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "file": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:14,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 used request id req-cc27a036-ac78-42e2-a8de-d24cf0f638b0 2018-06-29 13:24:14,052 - create_image - DEBUG - Instance status is - active 2018-06-29 13:24:14,052 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 2018-06-29 13:24:14,052 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 2018-06-29 13:24:14,053 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 13:24:14,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 13:24:14,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:24:14,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["k2GC1eatT7W_VWGxkBWu9g"], "issued_at": "2018-06-29T13:24:14.000000Z"}} 2018-06-29 13:24:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:14,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f78daa0-873a-4616-ba54-b2e53152f326 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:24:14,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7f78daa0-873a-4616-ba54-b2e53152f326 2018-06-29 13:24:14,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:14,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-2ab9b922-841e-46f6-9a5e-14445a447ca2 Date: Fri, 29 Jun 2018 13:24:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2"} 2018-06-29 13:24:14,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 used request id req-2ab9b922-841e-46f6-9a5e-14445a447ca2 2018-06-29 13:24:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:14,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2d173dc8-fcd6-45a8-b8f2-c374ee7af4af Date: Fri, 29 Jun 2018 13:24: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", "uploading", "importing", "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-06-29 13:24:14,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2d173dc8-fcd6-45a8-b8f2-c374ee7af4af 2018-06-29 13:24:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2"}' 2018-06-29 13:24:14,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a7d71075-ae0d-492c-8407-b19c88cd7783 Date: Fri, 29 Jun 2018 13:24:14 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "min_disk": 0, "protected": false, "id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "file": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file", "checksum": null, "owner": "9df2d150d03e418295cfd19870a1099d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:14,817 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a7d71075-ae0d-492c-8407-b19c88cd7783 2018-06-29 13:24:14,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" -d '' 2018-06-29 13:24:16,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75fd58ff-5626-4534-a67e-a1932d9e4e59 Date: Fri, 29 Jun 2018 13:24:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:24:16,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file used request id req-75fd58ff-5626-4534-a67e-a1932d9e4e59 2018-06-29 13:24:16,021 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 13:24:16,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:16,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d958ce87-9b6b-4e7d-8c82-d83ab4588bf5 Date: Fri, 29 Jun 2018 13:24:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:15Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "metadata": {}}], "self": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "min_disk": 0, "protected": false, "id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "file": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:16,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 used request id req-d958ce87-9b6b-4e7d-8c82-d83ab4588bf5 2018-06-29 13:24:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:16,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-98834ab6-a013-4b7a-9319-eb846fecc0f5 Date: Fri, 29 Jun 2018 13:24: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", "uploading", "importing", "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-06-29 13:24:16,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-98834ab6-a013-4b7a-9319-eb846fecc0f5 2018-06-29 13:24:16,052 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 2018-06-29 13:24:16,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:16,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-275a35c9-cb67-4d3d-8c29-5ce379f4abaa Date: Fri, 29 Jun 2018 13:24:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:15Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "metadata": {}}], "self": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "min_disk": 0, "protected": false, "id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "file": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:16,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 used request id req-275a35c9-cb67-4d3d-8c29-5ce379f4abaa 2018-06-29 13:24:16,070 - create_image - DEBUG - Instance status is - active 2018-06-29 13:24:16,070 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 2018-06-29 13:24:16,070 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 2018-06-29 13:24:16,070 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:24:16,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:24:16,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["U6XIRNE6Tme244QCHQmzAQ"], "issued_at": "2018-06-29T13:24:16.000000Z"}} 2018-06-29 13:24:16,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-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::Nova::FloatingIPAssociation", "properties": {"server_id": {"get_resource": "vm1"}, "floating_ip": {"get_resource": "floating_ip"}}}, "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"}}}, "vm2": {"depends_on": ["subnet", "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"], "type": "OS::Nova::Server", "properties": {"name": {"get_param": "inst1_name"}, "key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "flavor": {"get_resource": "flavor1"}, "security_groups": [{"get_resource": "server_security_group"}], "networks": [{"network": {"get_resource": "network"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net"}}' 2018-06-29 13:24:19,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:24:16 GMT Server: Apache x-openstack-request-id: req-e77db39d-40ab-4b08-abdd-7a58de22fa58 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}]}} 2018-06-29 13:24:19,373 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-e77db39d-40ab-4b08-abdd-7a58de22fa58 2018-06-29 13:24:19,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:19,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:19 GMT Server: Apache x-openstack-request-id: req-e46b285e-3315-43d8-92a2-c7f6fa8a0edf Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:19,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:19 GMT Server: Apache x-openstack-request-id: req-478f4396-787a-4119-92bb-c97173225008 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "", "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-06-29 13:24:19,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-478f4396-787a-4119-92bb-c97173225008 2018-06-29 13:24:19,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:20,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:19 GMT Server: Apache x-openstack-request-id: req-5c8cb66e-43d7-498f-8cd2-57487e8575b7 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:20,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:20 GMT Server: Apache x-openstack-request-id: req-276abca2-3a74-43f2-a01b-76e4a65f2ae9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:20,509 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-276abca2-3a74-43f2-a01b-76e4a65f2ae9 2018-06-29 13:24:23,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:23,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:23 GMT Server: Apache x-openstack-request-id: req-f41d63a2-4cc5-411d-8994-d90a9e51d0a5 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:23,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:23 GMT Server: Apache x-openstack-request-id: req-559230db-58ef-4212-b54c-47019ae235c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:23,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-559230db-58ef-4212-b54c-47019ae235c7 2018-06-29 13:24:26,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:26,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:26 GMT Server: Apache x-openstack-request-id: req-6477e359-d6e0-4fb8-b032-d9500933d93d Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:27,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:26 GMT Server: Apache x-openstack-request-id: req-f7345e8d-6630-4dd2-826a-07c3fa58538d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:27,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-f7345e8d-6630-4dd2-826a-07c3fa58538d 2018-06-29 13:24:30,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:30,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:30 GMT Server: Apache x-openstack-request-id: req-14da62db-f932-4357-bb93-4d83f2337e44 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:30,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:30 GMT Server: Apache x-openstack-request-id: req-c57d3ff3-68ac-4163-ab1e-6fd349a960f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:30,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-c57d3ff3-68ac-4163-ab1e-6fd349a960f7 2018-06-29 13:24:33,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:33,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:33 GMT Server: Apache x-openstack-request-id: req-747fe176-7daa-49b0-a782-f2fbb399e18b Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:33,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:33 GMT Server: Apache x-openstack-request-id: req-63614f8c-1946-45d4-b6bd-a7e455037e01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:33,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-63614f8c-1946-45d4-b6bd-a7e455037e01 2018-06-29 13:24:36,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:36,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:36 GMT Server: Apache x-openstack-request-id: req-e0a1b023-46ba-4a91-b8be-71f3db8c5b58 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:36,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:36 GMT Server: Apache x-openstack-request-id: req-c649477c-335e-4576-a30a-5116e2cc4ba5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:36,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-c649477c-335e-4576-a30a-5116e2cc4ba5 2018-06-29 13:24:39,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:39,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:39 GMT Server: Apache x-openstack-request-id: req-38512fb4-7265-4b3e-8a7e-5f2e6fea381f Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:39,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:39 GMT Server: Apache x-openstack-request-id: req-7ee905c8-d764-48a5-aa79-3f54dde46be7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:39,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-7ee905c8-d764-48a5-aa79-3f54dde46be7 2018-06-29 13:24:39,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:39 GMT Server: Apache x-openstack-request-id: req-fdf1b9ca-f992-4369-a26e-1bf3bdad2455 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:40,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-3daba555-578a-4b30-a99b-eedb02bc9392 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec21feac-695d-4309-bd86-df4a3a026114", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da42463f-60d6-4878-86a3-71520d17eaec", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d444b081-e51c-4cb6-be2d-fc5afed4db48", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f9c50bc-e304-4591-b408-5f214160acad", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "16", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6:subnet_id=42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08948bbe-4611-4f24-9a57-be7e3c0aee3e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "f4dbced2-8573-4620-9830-e08164724a87", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:24:40,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources used request id req-3daba555-578a-4b30-a99b-eedb02bc9392 2018-06-29 13:24:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-ce0f4719-ff25-4bff-80d0-8f149d01b4f5 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:40,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-05ccaf80-a382-43e3-9f7a-0e091739a520 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:40,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-05ccaf80-a382-43e3-9f7a-0e091739a520 2018-06-29 13:24:40,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-d910fbe1-7f03-4c5d-9fdd-fafb8341e290 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:40,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-d65b7cf0-5b03-4ca2-9c10-36231b823a40 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec21feac-695d-4309-bd86-df4a3a026114", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da42463f-60d6-4878-86a3-71520d17eaec", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d444b081-e51c-4cb6-be2d-fc5afed4db48", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f9c50bc-e304-4591-b408-5f214160acad", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "16", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6:subnet_id=42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08948bbe-4611-4f24-9a57-be7e3c0aee3e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "f4dbced2-8573-4620-9830-e08164724a87", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:24:40,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources used request id req-d65b7cf0-5b03-4ca2-9c10-36231b823a40 2018-06-29 13:24:40,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-832dd4f0-6f4c-4d27-9c32-96d3b09879e3 Date: Fri, 29 Jun 2018 13:24:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"da42463f-60d6-4878-86a3-71520d17eaec","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["42db1d32-e002-4b69-8d78-2e7d18e5fd4a"],"description":"","tags":[],"updated_at":"2018-06-29T13:24:23Z","provider:segmentation_id":43,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","provider:network_type":"vxlan"}]} 2018-06-29 13:24:40,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-832dd4f0-6f4c-4d27-9c32-96d3b09879e3 2018-06-29 13:24:40,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7cb6ee77-e8a2-49ad-8801-6c26979f01a8 Date: Fri, 29 Jun 2018 13:24:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","dns_nameservers":[],"updated_at":"2018-06-29T13:24:23Z","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":"9df2d150d03e418295cfd19870a1099d","id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet"}]} 2018-06-29 13:24:40,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-7cb6ee77-e8a2-49ad-8801-6c26979f01a8 2018-06-29 13:24:40,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9e35f1d3-2d7c-4b23-8778-37f79d9fb43e Date: Fri, 29 Jun 2018 13:24:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","dns_nameservers":[],"updated_at":"2018-06-29T13:24:23Z","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":"9df2d150d03e418295cfd19870a1099d","id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet"}]} 2018-06-29 13:24:40,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-9e35f1d3-2d7c-4b23-8778-37f79d9fb43e 2018-06-29 13:24:40,893 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:24:40,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:40,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52161eee-645e-440e-97a1-f5bbf9184ade Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:24:40,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-52161eee-645e-440e-97a1-f5bbf9184ade 2018-06-29 13:24:40,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:40 GMT Server: Apache x-openstack-request-id: req-00a2406f-b418-4775-95c8-9ed645686e65 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:41,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache x-openstack-request-id: req-47ecd658-68fa-4bb4-a267-c5399cdbbfef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec21feac-695d-4309-bd86-df4a3a026114", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da42463f-60d6-4878-86a3-71520d17eaec", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d444b081-e51c-4cb6-be2d-fc5afed4db48", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f9c50bc-e304-4591-b408-5f214160acad", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "16", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6:subnet_id=42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08948bbe-4611-4f24-9a57-be7e3c0aee3e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "f4dbced2-8573-4620-9830-e08164724a87", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:24:41,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources used request id req-47ecd658-68fa-4bb4-a267-c5399cdbbfef 2018-06-29 13:24:41,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/08948bbe-4611-4f24-9a57-be7e3c0aee3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4dbced2-8573-4620-9830-e08164724a87 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24: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-d915b249-c1ec-4bbe-a71e-f4f141c1cc09 x-compute-request-id: req-d915b249-c1ec-4bbe-a71e-f4f141c1cc09 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:c2:ef", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/08948bbe-4611-4f24-9a57-be7e3c0aee3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/08948bbe-4611-4f24-9a57-be7e3c0aee3e", "rel": "bookmark"}], "image": {"id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "links": [{"href": "http://172.30.9.28:8774/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T13:16:30.000000", "flavor": {"id": "a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "links": [{"href": "http://172.30.9.28:8774/flavors/a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "rel": "bookmark"}]}, "id": "08948bbe-4611-4f24-9a57-be7e3c0aee3e", "security_groups": [{"name": "default"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:24:32Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "created": "2018-06-29T13:24:25Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:24:41,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/08948bbe-4611-4f24-9a57-be7e3c0aee3e used request id req-d915b249-c1ec-4bbe-a71e-f4f141c1cc09 2018-06-29 13:24:41,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-34dc20eb-4a11-4295-af7c-6cde74f84a2d Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"da42463f-60d6-4878-86a3-71520d17eaec","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["42db1d32-e002-4b69-8d78-2e7d18e5fd4a"],"description":"","tags":[],"updated_at":"2018-06-29T13:24:23Z","provider:segmentation_id":43,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","provider:network_type":"vxlan"}]} 2018-06-29 13:24:41,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net used request id req-34dc20eb-4a11-4295-af7c-6cde74f84a2d 2018-06-29 13:24:41,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:24:41,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:24:41,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24: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-b723bbeb-5207-491a-a184-bef5fabe0114 x-compute-request-id: req-b723bbeb-5207-491a-a184-bef5fabe0114 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:35:65", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:35:65", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4dbced2-8573-4620-9830-e08164724a87", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4dbced2-8573-4620-9830-e08164724a87", "rel": "bookmark"}], "image": {"id": "4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "links": [{"href": "http://172.30.9.28:8774/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-06-29T13:16:32.000000", "flavor": {"id": "ec21feac-695d-4309-bd86-df4a3a026114", "links": [{"href": "http://172.30.9.28:8774/flavors/ec21feac-695d-4309-bd86-df4a3a026114", "rel": "bookmark"}]}, "id": "f4dbced2-8573-4620-9830-e08164724a87", "security_groups": [{"name": "security_group_name"}], "user_id": "44068e3973b944bd998ad759573e828b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-06-29T13:24:34Z", "hostId": "ff1756f3c9333f529c7e5173788830d084cd69b207e6f1a380b4890e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "created": "2018-06-29T13:24:27Z", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 13:24:41,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4dbced2-8573-4620-9830-e08164724a87 used request id req-b723bbeb-5207-491a-a184-bef5fabe0114 2018-06-29 13:24:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fefc9e6-a90e-46c3-ac8e-ea2628de8b76 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:24:41,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-6fefc9e6-a90e-46c3-ac8e-ea2628de8b76 2018-06-29 13:24:41,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e9993a8c-f69e-4601-9409-047a1eab78ed Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","dns_nameservers":[],"updated_at":"2018-06-29T13:24:23Z","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":"9df2d150d03e418295cfd19870a1099d","id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet"}]} 2018-06-29 13:24:41,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-e9993a8c-f69e-4601-9409-047a1eab78ed 2018-06-29 13:24:41,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-143e3b39-a66b-4b1d-befa-500c27fb6dae Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"da42463f-60d6-4878-86a3-71520d17eaec","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","subnets":["42db1d32-e002-4b69-8d78-2e7d18e5fd4a"],"description":"","tags":[],"updated_at":"2018-06-29T13:24:23Z","provider:segmentation_id":43,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net","admin_state_up":true,"tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","provider:network_type":"vxlan"}]} 2018-06-29 13:24:41,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net used request id req-143e3b39-a66b-4b1d-befa-500c27fb6dae 2018-06-29 13:24:41,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3396 X-Openstack-Request-Id: req-52433ec7-a674-40e4-a556-6282e3da2e93 Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:32Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.6"}],"id":"07d8206e-e20e-4b81-bc4b-604cf321d29d","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:c2:ef","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08948bbe-4611-4f24-9a57-be7e3c0aee3e","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.2"}],"id":"3265b4c3-a182-43b4-8b34-c6ada482e919","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:77:a0","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da42463f-60d6-4878-86a3-71520d17eaec","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:33Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.8"}],"id":"42e5e403-43fd-4cf2-b0bc-60e016cf336d","security_groups":["d444b081-e51c-4cb6-be2d-fc5afed4db48"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:35:65","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f4dbced2-8573-4620-9830-e08164724a87","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:28Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.1"}],"id":"57ad96b7-9952-4f14-b9e1-68fb9a587211","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:3e:bd","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:28Z","binding:vnic_type":"normal"}]} 2018-06-29 13:24:41,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-52433ec7-a674-40e4-a556-6282e3da2e93 2018-06-29 13:24:41,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a773a647-397a-4ac3-a70f-765854400899 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:24:41,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-a773a647-397a-4ac3-a70f-765854400899 2018-06-29 13:24:41,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9650e55d-987f-44a4-aa8f-723f6e219bcd Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:23Z","dns_nameservers":[],"updated_at":"2018-06-29T13:24:23Z","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":"9df2d150d03e418295cfd19870a1099d","id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet"}]} 2018-06-29 13:24:41,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-9650e55d-987f-44a4-aa8f-723f6e219bcd 2018-06-29 13:24:41,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da42463f-60d6-4878-86a3-71520d17eaec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3396 X-Openstack-Request-Id: req-b41037d3-7432-4855-af91-ab50bcf73f9c Date: Fri, 29 Jun 2018 13:24:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:32Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.6"}],"id":"07d8206e-e20e-4b81-bc4b-604cf321d29d","security_groups":["79201174-c30a-46a1-9468-b63c7e3a1443"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:c2:ef","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08948bbe-4611-4f24-9a57-be7e3c0aee3e","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.2"}],"id":"3265b4c3-a182-43b4-8b34-c6ada482e919","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:77:a0","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da42463f-60d6-4878-86a3-71520d17eaec","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:33Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.8"}],"id":"42e5e403-43fd-4cf2-b0bc-60e016cf336d","security_groups":["d444b081-e51c-4cb6-be2d-fc5afed4db48"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:35:65","project_id":"9df2d150d03e418295cfd19870a1099d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f4dbced2-8573-4620-9830-e08164724a87","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T13:24:28Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42db1d32-e002-4b69-8d78-2e7d18e5fd4a","ip_address":"10.1.2.1"}],"id":"57ad96b7-9952-4f14-b9e1-68fb9a587211","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:3e:bd","project_id":"9df2d150d03e418295cfd19870a1099d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6","name":"","admin_state_up":true,"network_id":"da42463f-60d6-4878-86a3-71520d17eaec","tenant_id":"9df2d150d03e418295cfd19870a1099d","created_at":"2018-06-29T13:24:28Z","binding:vnic_type":"normal"}]} 2018-06-29 13:24:41,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da42463f-60d6-4878-86a3-71520d17eaec used request id req-b41037d3-7432-4855-af91-ab50bcf73f9c 2018-06-29 13:24:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:41,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache x-openstack-request-id: req-df0c3431-d2bb-49e6-813e-e60791dfb34b Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:41,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:41 GMT Server: Apache x-openstack-request-id: req-ad42b587-dcbd-4a1b-95da-9f54cdd2d710 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a08d88c2-a48f-45a7-b5ab-86f04dbad26f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec21feac-695d-4309-bd86-df4a3a026114", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da42463f-60d6-4878-86a3-71520d17eaec", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d444b081-e51c-4cb6-be2d-fc5afed4db48", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f9c50bc-e304-4591-b408-5f214160acad", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "16", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6:subnet_id=42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "42db1d32-e002-4b69-8d78-2e7d18e5fd4a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a0380fd3-9fb8-40fa-83f3-9f1dfa1248d6", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08948bbe-4611-4f24-9a57-be7e3c0aee3e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T13:24:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "f4dbced2-8573-4620-9830-e08164724a87", "resource_type": "OS::Nova::Server"}]} 2018-06-29 13:24:41,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e/resources used request id req-ad42b587-dcbd-4a1b-95da-9f54cdd2d710 2018-06-29 13:24:41,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b90548e8-a0c4-4fc4-b3fe-05b526353703 Date: Fri, 29 Jun 2018 13:24:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:15Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "metadata": {}}], "self": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "min_disk": 0, "protected": false, "id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "file": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:42,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 used request id req-b90548e8-a0c4-4fc4-b3fe-05b526353703 2018-06-29 13:24:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-896fc74a-11f2-4112-a597-0a61ec1c88cb Date: Fri, 29 Jun 2018 13:24: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", "uploading", "importing", "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-06-29 13:24:42,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-896fc74a-11f2-4112-a597-0a61ec1c88cb 2018-06-29 13:24:42,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b4edeed1-0c28-42dc-a13f-fd0eb87f065a Date: Fri, 29 Jun 2018 13:24:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:15Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "metadata": {}}], "self": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "min_disk": 0, "protected": false, "id": "8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0", "file": "/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:42,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 used request id req-b4edeed1-0c28-42dc-a13f-fd0eb87f065a 2018-06-29 13:24:42,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-1aedcc82-810b-421f-b119-7fb8c96c98e3 Date: Fri, 29 Jun 2018 13:24:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T13:24:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T13:24:13Z", "visibility": "shared", "locations": [{"url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "metadata": {}}], "self": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "min_disk": 0, "protected": false, "id": "4c2f9010-1c45-4f0a-8bde-183ff7d09f08", "file": "/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9df2d150d03e418295cfd19870a1099d", "direct_url": "rbd://b06af4df-dd07-4bbf-bd10-10e792d3b73f/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 13:24:42,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 used request id req-1aedcc82-810b-421f-b119-7fb8c96c98e3 2018-06-29 13:24:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-94f61e3b-7316-4289-9545-09ad10b4dc0c Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:42,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-e53623ed-6d70-4784-b00f-f6e67f619803 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:42,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-e53623ed-6d70-4784-b00f-f6e67f619803 2018-06-29 13:24:42,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-cbc79b72-a5a3-4032-b78f-836b9cffdc34 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:42,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-69fea33f-b04f-45bf-badf-f5625a04ff24 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1rDlznErWMELE4PSIJjk3HZs9zRcTF35725glI8RmHgvQEYz\nYvO16tMT+f2zuyFHXa95tBG9koNLZIrdA6RmT34I6pjxmxPohSWq77DLdWvKY57U\nkjfosNCNV5t3ctNHVI+yGIC6E7V9g4v9WhmDgywaVokBALRi+L+S95u3lVpCfuig\nGkxUquw9iq0rdKAUbgRan7S6BMGHA8V7WQinPkg/K+54RNMc3C23jQy97lSh71CQ\nCFKFWY/xHVpBpDJbat1bGu41NzobHHlMohmj+pqSmMYTbRMzevDFTCe6dMHhkI2C\nn94WsSesbUlxLHR0uzd59XWF+Smo7C10+ERg/wIDAQABAoIBADhHjzaa/B38HQc0\nmzToX7ZbZR04oKl0STy21qKbDqXFe72BqZ7a/Gleg/IYy7DWfHrWsTS/Ic7ylCT7\nMgzuX9Oe2n+FMHDSuzWMNk83LV7OrvOGg3sBJQKU6Th6DMoRELXeJXW+6QiZnxmI\n7RVdcthEC3N73sNshjVnIwO90lZYI9tQiWsQIlgO7JEUKsyN7r/vVVeOhcXi8X5V\nypHmvBPNq4v3Dm5FmGxxg23B3r83PGKqHUV7YjlpQCjCMhM/OY17+Fwcneyb7WYB\nNtYrLGmRflowxJfmVkCHm+2Mi4YWL5xHuhDCsq822zTFmi733EMmLMHrMwAUIYlp\nBlTQTKECgYEA9rxPCC3OHGF20qmxqsbRu/7fZK1DAG3xhORj6kM29hYKN2ZWBaca\nnGdngX2kiG56JObXQd0eq6zFqqLy9uttdNIYdP5I1WNbDngUso38Vgc4kqXGx5wS\nEhUQhIAsL1Zs3s1zf+yLzmuGEIiDceBmQJH1/rozsWQr6nbvM6ng6wsCgYEA3sCR\nTCw/E/wxVxcXk/rdBLjX/iEdyE4k9Bi3Utzv8QPbkuxb6eyEXhgAU8ECGXgijko9\nWDAzFG7PQjdfj4sIiiPc1RBaXKZ8ItiB+WUWLFKpWOIkcpvaeZHGy5kDkvJwGvv5\nT//2BfaxP7EGYqYWQwRxlVYy6mhrkgenCwn7ul0CgYBVjztAtNGSWeHgb2Piuosk\nS9+fg82GKpnj4WccZy55626jg2M1FptNvTXRW4ZgoR7OCRaACnOGSKVK5LKoGT+d\nkPVWLI+JH6kFvXI/8KieFGbzw3TI50AE8TUHHYM07x1VrZztsVNRw0t8FDqwlIYg\nwfyx1lPyoa/w4ElWewQ5vQKBgFtyYPQNoiO5QCRJ1aMptPzQSdQJkml+M0uGrhQ1\nocenVshdgmppb/oVDmVT8mG0YTNbJQ4EU6QKzcmYZAHRCUN0758E5KPusT249rsF\nFfJCSUW1KVNnymxoPV2uRrpYD0/0q+h842qVWTUVntJ27uK6e0rcpXB4R9kejSRK\nB+79AoGBAM6tAeoL5YOtPcCYGI5YMFumn87FvrBZaV89Q7TWrIRANbziIQ448We1\nfeGtOow/fBFqVFdPAE2fMGklxHCFaoZnpYXQdOvkCNxwj07/wbwp4KsGJIOos5hW\nEtfG7Mv2K7U5w8dAmpJWgJ11pPXeeETURbgEVHh5logz4MCy5tTr\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-06-29 13:24:42,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-69fea33f-b04f-45bf-badf-f5625a04ff24 2018-06-29 13:24:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-5a953613-e5b3-4d8c-81a8-a2dc920a78c2 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:42,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-1898aba1-0b41-4bc2-ac78-3349612127a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:24:42,595 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-1898aba1-0b41-4bc2-ac78-3349612127a8 2018-06-29 13:24:42,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:42,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-2e844aba-2f70-4530-9066-dbb00cca6f8d Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:42,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:42 GMT Server: Apache x-openstack-request-id: req-baea0486-d899-435f-9d84-28aa473c7a93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T13:24:42Z", "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-06-29 13:24:42,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-baea0486-d899-435f-9d84-28aa473c7a93 2018-06-29 13:24:45,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:45,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:45 GMT Server: Apache x-openstack-request-id: req-ab46b823-5c7b-4373-bd5c-f5d19db86356 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:46,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:45 GMT Server: Apache x-openstack-request-id: req-bb19feb2-2ffa-4950-9b11-8f8caeda44d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T13:24:42Z", "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-06-29 13:24:46,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-bb19feb2-2ffa-4950-9b11-8f8caeda44d2 2018-06-29 13:24:49,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:49,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:49 GMT Server: Apache x-openstack-request-id: req-9cb7eaca-880d-453e-b38a-642921308f6e Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:49,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:49 GMT Server: Apache x-openstack-request-id: req-7c548289-41bd-4b71-8f15-e0b1f8598220 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T13:24:42Z", "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-06-29 13:24:49,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-7c548289-41bd-4b71-8f15-e0b1f8598220 2018-06-29 13:24:52,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/e475c347-660d-4fd9-8364-41a34ef0d02e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00aa4f7a77096be9d1c2fddf4a7b6529ec9c7583" 2018-06-29 13:24:52,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:52 GMT Server: Apache x-openstack-request-id: req-f37dbb1c-f547-4a0f-bb78-5d50c0f1471a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:52,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:52 GMT Server: Apache x-openstack-request-id: req-454c15db-2f6b-4ac9-bcdd-a66c06e89f9f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 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-03c3c0b7-2124-40a5-98e5-240144498314-flavor2", "OS::project_id": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-subnet", "net_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1"}, "deletion_time": "2018-06-29T13:24:51Z", "stack_name": "HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack", "stack_user_project_id": "97f7a795979e4bdaa729bfeb0f1448b6", "tags": null, "creation_time": "2018-06-29T13:24:18Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-06-29T13:24:42Z", "id": "e475c347-660d-4fd9-8364-41a34ef0d02e", "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-06-29 13:24:52,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-stack/e475c347-660d-4fd9-8364-41a34ef0d02e used request id req-454c15db-2f6b-4ac9-bcdd-a66c06e89f9f 2018-06-29 13:24:52,282 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image1 2018-06-29 13:24:52,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6792ac4a76eca0797d5df2f1ae2da41f9fee3099" 2018-06-29 13:24:52,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf08956b-80e6-48fa-8a51-63678c3d46ea Date: Fri, 29 Jun 2018 13:24:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 13:24:52,867 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4c2f9010-1c45-4f0a-8bde-183ff7d09f08 used request id req-cf08956b-80e6-48fa-8a51-63678c3d46ea 2018-06-29 13:24:52,868 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-03c3c0b7-2124-40a5-98e5-240144498314-image2 2018-06-29 13:24:52,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f35980b8a6725f168f3190e019037e098e6614d1" 2018-06-29 13:24:54,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-339d0dc0-59f6-4e2c-89c3-a2871ab15920 Date: Fri, 29 Jun 2018 13: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-06-29 13:24:54,029 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8d19d814-80fc-44b7-96fe-fc1c5cfd1ed0 used request id req-339d0dc0-59f6-4e2c-89c3-a2871ab15920 2018-06-29 13:24:54,032 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:24:54,032 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:24:54,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:24:54,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["08cNb5G7SFe8I9PSBXBm4Q"], "issued_at": "2018-06-29T13:24:54.000000Z"}} 2018-06-29 13:24:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" -d '{"stack_name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-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-06-29 13:24:55,824 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:24:54 GMT Server: Apache x-openstack-request-id: req-9a88ad1a-4b41-4bfe-bf65-cf6f3dd97c61 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "rel": "self"}]}} 2018-06-29 13:24:55,824 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-9a88ad1a-4b41-4bfe-bf65-cf6f3dd97c61 2018-06-29 13:24:55,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" 2018-06-29 13:24:56,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:55 GMT Server: Apache x-openstack-request-id: req-41a1639e-30bf-4487-b014-a241c6fec5bc Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:56,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:56 GMT Server: Apache x-openstack-request-id: req-3da6862d-6054-4f8c-b852-29023390d334 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "OS::stack_name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack", "stack_user_project_id": "23bff39789d046999e5c4d1d501cdef0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 13:24:56,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d used request id req-3da6862d-6054-4f8c-b852-29023390d334 2018-06-29 13:24:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" 2018-06-29 13:24:56,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:56 GMT Server: Apache x-openstack-request-id: req-0000f67e-4d77-42dc-aa37-9186a290f643 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:56,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:56 GMT Server: Apache x-openstack-request-id: req-01c52052-3e04-4343-8a70-e19009fa3ab2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "OS::stack_name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack", "stack_user_project_id": "23bff39789d046999e5c4d1d501cdef0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 13:24:56,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d used request id req-01c52052-3e04-4343-8a70-e19009fa3ab2 2018-06-29 13:24:56,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" 2018-06-29 13:24:56,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:56 GMT Server: Apache x-openstack-request-id: req-dff1aa63-e34a-4ffa-acf8-22681065a406 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:57,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:56 GMT Server: Apache x-openstack-request-id: req-822d2b95-9057-4cb2-8b24-04413afb5b46 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-06-29T13:24:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b5456843-edf7-4f7f-ad58-dcc7d1a480fd", "resource_type": "OS::Nova::Flavor"}]} 2018-06-29 13:24:57,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d/resources used request id req-822d2b95-9057-4cb2-8b24-04413afb5b46 2018-06-29 13:24:57,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b5456843-edf7-4f7f-ad58-dcc7d1a480fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" 2018-06-29 13:24:57,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24: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-3a6167d5-074e-44ee-b4ea-b1af254e4348 x-compute-request-id: req-3a6167d5-074e-44ee-b4ea-b1af254e4348 Content-Encoding: gzip Content-Length: 335 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack-flavor-eggae6tgzkv2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b5456843-edf7-4f7f-ad58-dcc7d1a480fd", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b5456843-edf7-4f7f-ad58-dcc7d1a480fd", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "b5456843-edf7-4f7f-ad58-dcc7d1a480fd"}} 2018-06-29 13:24:57,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b5456843-edf7-4f7f-ad58-dcc7d1a480fd used request id req-3a6167d5-074e-44ee-b4ea-b1af254e4348 2018-06-29 13:24:57,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fc9ff5e41378061641e4d8c22e9992bfd1cc55" 2018-06-29 13:24:57,270 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:57 GMT Server: Apache x-openstack-request-id: req-b9332a9c-dffa-4492-966a-0c864471c436 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:57,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:24:57 GMT Server: Apache x-openstack-request-id: req-0d976a6d-2bf7-44c6-92a1-b012778ce1cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:24:57,469 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsFlavorTests-24e54729-ff50-469e-80d8-39a911935087-stack/a9c36bff-f610-4c7b-b53a-5e1d3fbcaa2d used request id req-0d976a6d-2bf7-44c6-92a1-b012778ce1cf 2018-06-29 13:24:57,470 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:24:57,470 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 13:24:57,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:24:57,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["WWQHSkSUQZO5E9enPQfrVA"], "issued_at": "2018-06-29T13:24:57.000000Z"}} 2018-06-29 13:24:57,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" -d '{"stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-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-af9bcd04-176c-464a-843e-c64215758b09-kp"}}' 2018-06-29 13:24:59,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:24:57 GMT Server: Apache x-openstack-request-id: req-6ca09ec6-dce8-4a6d-83c3-a999ccb13e94 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "rel": "self"}]}} 2018-06-29 13:24:59,468 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-6ca09ec6-dce8-4a6d-83c3-a999ccb13e94 2018-06-29 13:24:59,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:24:59,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:59 GMT Server: Apache x-openstack-request-id: req-97fa5163-c499-4252-a0e6-bada9a6b4384 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:24:59,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:24:59 GMT Server: Apache x-openstack-request-id: req-a21d2a2e-efa4-4b64-9532-a79e1e2db655 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1902 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "OS::stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "keypair_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "stack_user_project_id": "719d1d752992441690d314d8240c06f4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:24:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxpgDV4235g8fUPGnpYppEouItUGJWDWTdU7DL13eWaoFi19l\nKCjC0pK+X5HNTLRD+rD2d/ka4Bm7es2crMJXdX2scAwin9pSaZ51KQO3IIJxbjG3\nhygzmGCWwJoRei65GE8rNXHH4VMjecA8G/OOuOBaP/xLc8UyqxDfY9898fgGfsOl\ndNnjzv0GjZXbFLmAfLl5rO6TMNOzYu+SGJv4z4moSdTttxezKrPpsZHGoT04XQWg\nPMjwVJPkvutFyIBf6Rd936r5iTf/EuGZBrIzzWQ6k8yWw18AdIsIM2JHg52M8d1x\nD3fuemiuT95NYG/7EURD77cZRNoBQAZgVGd9KwIDAQABAoIBAA0xmDc+4RLVulzk\nUSD8WxKyVnjES92iYZOPkgQZlmYal5e01MGgQ6E9wowS4bLQ3xtOmnFKCXEOBJia\nBGit2KWjncsr4zj/hi4iKuJ4rrfoMqUBhJHkJ9ldwWY2Vibp574ntFUuo/riTR8P\nmG669aZusVBC8LhWR5F54319HV5v3/fQweTCjqz7NtIoV4B+3IdLtjXiFhTG8fNt\nOK1owz4tdDw4vuL9LdtQgk3UCojhrgajwlUlkscGg7EGW5nvAxVJ1HUrja51WeHy\nofQxujh8ggHy6e1yHpIllECsQMA1BqZ3kVINTzDVya4CpANbKp8D06dXBavJgo0O\npUOsPXECgYEA5TKU0WG51LeIzPhEixBwgdDAOLyEq7dzmArlNYyeMK4POiPPQctm\n4ePUqh/9c32JJrSUPM8qMe3WljCygceAwnbWNfkga3zFTjzCKUtZEyackudSclOm\nSfFKLuYx4ovY/rn67eqjpBH4yy8gtQMBwQsg894AJUF7QuuMPMD3SoUCgYEA3dFB\nbNs99fQuvTTwyelVwJLLa+JnFYUTCmN+49v8zXwZ+s8QMJTJHAl3jb+JuFUyi7Nk\nR0UscqLfA47spWmexrQrxrmAoIKReucGoU62AGseDopwRZOVq1NiVuBEp3+Z0aEA\nCmXwUoNtCOMaX+umFa1UMTD0ZRcOaFYNlOq4r+8CgYEApu7ZT0tjYxguLkPhAHx/\nxT0609gStVMPgTzmRsNdcE1GT+1HBj/UdlBPU32rRxO28hbyJPwqWmVFNuzPBxE8\nqeaODI+f2kntFxfPvu3fOcCUp7aN6TEd25s/kbsduEhtStJAfkq410YztCFmLBC9\nlVG6tYQLDReNZGdVI+bT9lUCgYBYSMTlco1CqyE/JScA9eGvd72G/uFQa1qcs+T5\nA8Gmd1JPxMII0+8HPa1buXQy7ZXkjE3JH/sE1VY1sFj3rQYIyAT0XziWqeEFLZYx\n9YXyvK+F0gvFZWwYeGOXeENa9ypdiNrfSJtR/AUVmG4S51N/JTFxMq7S3U5asIVP\nU+yV+QKBgBFZnwcsg6zL/IJv4nJi5JbNQl3clNL/vWB6gpnWXhKmu1/mFfwz7NQk\n0l8YF7sJ/CbOt1Z4G1e0o7va089FrUfjqGnNRvNQ2EH+P6+SvzmEzxoPqg9ZFQZ8\nCigyS54gSxuvWWzjhgky1mhgje2AIMCRlx3YLL9Ed0k79bOp9uUQ\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-06-29 13:24:59,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 used request id req-a21d2a2e-efa4-4b64-9532-a79e1e2db655 2018-06-29 13:24:59,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:00,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:24:59 GMT Server: Apache x-openstack-request-id: req-bfb2c244-764c-4801-b083-dcfeb8d8fd35 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:00,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:00 GMT Server: Apache x-openstack-request-id: req-1533a06b-6266-42ed-a6e0-bfe723d4158e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "OS::stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "keypair_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "stack_user_project_id": "719d1d752992441690d314d8240c06f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxpgDV4235g8fUPGnpYppEouItUGJWDWTdU7DL13eWaoFi19l\nKCjC0pK+X5HNTLRD+rD2d/ka4Bm7es2crMJXdX2scAwin9pSaZ51KQO3IIJxbjG3\nhygzmGCWwJoRei65GE8rNXHH4VMjecA8G/OOuOBaP/xLc8UyqxDfY9898fgGfsOl\ndNnjzv0GjZXbFLmAfLl5rO6TMNOzYu+SGJv4z4moSdTttxezKrPpsZHGoT04XQWg\nPMjwVJPkvutFyIBf6Rd936r5iTf/EuGZBrIzzWQ6k8yWw18AdIsIM2JHg52M8d1x\nD3fuemiuT95NYG/7EURD77cZRNoBQAZgVGd9KwIDAQABAoIBAA0xmDc+4RLVulzk\nUSD8WxKyVnjES92iYZOPkgQZlmYal5e01MGgQ6E9wowS4bLQ3xtOmnFKCXEOBJia\nBGit2KWjncsr4zj/hi4iKuJ4rrfoMqUBhJHkJ9ldwWY2Vibp574ntFUuo/riTR8P\nmG669aZusVBC8LhWR5F54319HV5v3/fQweTCjqz7NtIoV4B+3IdLtjXiFhTG8fNt\nOK1owz4tdDw4vuL9LdtQgk3UCojhrgajwlUlkscGg7EGW5nvAxVJ1HUrja51WeHy\nofQxujh8ggHy6e1yHpIllECsQMA1BqZ3kVINTzDVya4CpANbKp8D06dXBavJgo0O\npUOsPXECgYEA5TKU0WG51LeIzPhEixBwgdDAOLyEq7dzmArlNYyeMK4POiPPQctm\n4ePUqh/9c32JJrSUPM8qMe3WljCygceAwnbWNfkga3zFTjzCKUtZEyackudSclOm\nSfFKLuYx4ovY/rn67eqjpBH4yy8gtQMBwQsg894AJUF7QuuMPMD3SoUCgYEA3dFB\nbNs99fQuvTTwyelVwJLLa+JnFYUTCmN+49v8zXwZ+s8QMJTJHAl3jb+JuFUyi7Nk\nR0UscqLfA47spWmexrQrxrmAoIKReucGoU62AGseDopwRZOVq1NiVuBEp3+Z0aEA\nCmXwUoNtCOMaX+umFa1UMTD0ZRcOaFYNlOq4r+8CgYEApu7ZT0tjYxguLkPhAHx/\nxT0609gStVMPgTzmRsNdcE1GT+1HBj/UdlBPU32rRxO28hbyJPwqWmVFNuzPBxE8\nqeaODI+f2kntFxfPvu3fOcCUp7aN6TEd25s/kbsduEhtStJAfkq410YztCFmLBC9\nlVG6tYQLDReNZGdVI+bT9lUCgYBYSMTlco1CqyE/JScA9eGvd72G/uFQa1qcs+T5\nA8Gmd1JPxMII0+8HPa1buXQy7ZXkjE3JH/sE1VY1sFj3rQYIyAT0XziWqeEFLZYx\n9YXyvK+F0gvFZWwYeGOXeENa9ypdiNrfSJtR/AUVmG4S51N/JTFxMq7S3U5asIVP\nU+yV+QKBgBFZnwcsg6zL/IJv4nJi5JbNQl3clNL/vWB6gpnWXhKmu1/mFfwz7NQk\n0l8YF7sJ/CbOt1Z4G1e0o7va089FrUfjqGnNRvNQ2EH+P6+SvzmEzxoPqg9ZFQZ8\nCigyS54gSxuvWWzjhgky1mhgje2AIMCRlx3YLL9Ed0k79bOp9uUQ\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-06-29 13:25:00,381 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 used request id req-1533a06b-6266-42ed-a6e0-bfe723d4158e 2018-06-29 13:25:00,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/cd9f826d-dc90-4a31-8f8d-b10324cd28e7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:00,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:00 GMT Server: Apache x-openstack-request-id: req-c421c361-4413-4729-84c6-b9f0437e89b6 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:00,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:00 GMT Server: Apache x-openstack-request-id: req-528acf9f-82c1-43ae-83b2-4f3de8b5f31f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T13:24:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:24:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-06-29 13:25:00,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7/resources used request id req-528acf9f-82c1-43ae-83b2-4f3de8b5f31f 2018-06-29 13:25:00,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:00,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25: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-d3366d69-0dc5-47a2-a0fd-31ab9802aa8a x-compute-request-id: req-d3366d69-0dc5-47a2-a0fd-31ab9802aa8a Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGmANXjbfmDx9Q8aelimkSi4i1QYlYNZN1TsMvXd5ZqgWLX2UoKMLSkr5fkc1MtEP6sPZ3+RrgGbt6zZyswld1faxwDCKf2lJpnnUpA7cggnFuMbeHKDOYYJbAmhF6LrkYTys1ccfhUyN5wDwb84644Fo//EtzxTKrEN9j3z3x+AZ+w6V02ePO/QaNldsUuYB8uXms7pMw07Ni75IYm/jPiahJ1O23F7Mqs+mxkcahPThdBaA8yPBUk+S+60XIgF/pF33fqvmJN/8S4ZkGsjPNZDqTzJbDXwB0iwgzYkeDnYzx3XEPd+56aK5P3k1gb/sRREPvtxlE2gFABmBUZ30r Generated-by-Nova", "user_id": "44068e3973b944bd998ad759573e828b", "name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp", "deleted": false, "created_at": "2018-06-29T13:24:59.000000", "updated_at": null, "fingerprint": "e3:7a:96:c1:e7:37:73:e5:72:14:a4:79:7a:17:16:a8", "deleted_at": null, "id": 5}} 2018-06-29 13:25:00,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp used request id req-d3366d69-0dc5-47a2-a0fd-31ab9802aa8a 2018-06-29 13:25:00,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:00,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:00 GMT Server: Apache x-openstack-request-id: req-44b18e70-3ae5-4a6c-9108-e5eac29d9a63 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:01,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:00 GMT Server: Apache x-openstack-request-id: req-b47c6261-a963-444f-9529-cdbe42a8a907 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "OS::stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "keypair_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack", "stack_user_project_id": "719d1d752992441690d314d8240c06f4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:24:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cd9f826d-dc90-4a31-8f8d-b10324cd28e7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxpgDV4235g8fUPGnpYppEouItUGJWDWTdU7DL13eWaoFi19l\nKCjC0pK+X5HNTLRD+rD2d/ka4Bm7es2crMJXdX2scAwin9pSaZ51KQO3IIJxbjG3\nhygzmGCWwJoRei65GE8rNXHH4VMjecA8G/OOuOBaP/xLc8UyqxDfY9898fgGfsOl\ndNnjzv0GjZXbFLmAfLl5rO6TMNOzYu+SGJv4z4moSdTttxezKrPpsZHGoT04XQWg\nPMjwVJPkvutFyIBf6Rd936r5iTf/EuGZBrIzzWQ6k8yWw18AdIsIM2JHg52M8d1x\nD3fuemiuT95NYG/7EURD77cZRNoBQAZgVGd9KwIDAQABAoIBAA0xmDc+4RLVulzk\nUSD8WxKyVnjES92iYZOPkgQZlmYal5e01MGgQ6E9wowS4bLQ3xtOmnFKCXEOBJia\nBGit2KWjncsr4zj/hi4iKuJ4rrfoMqUBhJHkJ9ldwWY2Vibp574ntFUuo/riTR8P\nmG669aZusVBC8LhWR5F54319HV5v3/fQweTCjqz7NtIoV4B+3IdLtjXiFhTG8fNt\nOK1owz4tdDw4vuL9LdtQgk3UCojhrgajwlUlkscGg7EGW5nvAxVJ1HUrja51WeHy\nofQxujh8ggHy6e1yHpIllECsQMA1BqZ3kVINTzDVya4CpANbKp8D06dXBavJgo0O\npUOsPXECgYEA5TKU0WG51LeIzPhEixBwgdDAOLyEq7dzmArlNYyeMK4POiPPQctm\n4ePUqh/9c32JJrSUPM8qMe3WljCygceAwnbWNfkga3zFTjzCKUtZEyackudSclOm\nSfFKLuYx4ovY/rn67eqjpBH4yy8gtQMBwQsg894AJUF7QuuMPMD3SoUCgYEA3dFB\nbNs99fQuvTTwyelVwJLLa+JnFYUTCmN+49v8zXwZ+s8QMJTJHAl3jb+JuFUyi7Nk\nR0UscqLfA47spWmexrQrxrmAoIKReucGoU62AGseDopwRZOVq1NiVuBEp3+Z0aEA\nCmXwUoNtCOMaX+umFa1UMTD0ZRcOaFYNlOq4r+8CgYEApu7ZT0tjYxguLkPhAHx/\nxT0609gStVMPgTzmRsNdcE1GT+1HBj/UdlBPU32rRxO28hbyJPwqWmVFNuzPBxE8\nqeaODI+f2kntFxfPvu3fOcCUp7aN6TEd25s/kbsduEhtStJAfkq410YztCFmLBC9\nlVG6tYQLDReNZGdVI+bT9lUCgYBYSMTlco1CqyE/JScA9eGvd72G/uFQa1qcs+T5\nA8Gmd1JPxMII0+8HPa1buXQy7ZXkjE3JH/sE1VY1sFj3rQYIyAT0XziWqeEFLZYx\n9YXyvK+F0gvFZWwYeGOXeENa9ypdiNrfSJtR/AUVmG4S51N/JTFxMq7S3U5asIVP\nU+yV+QKBgBFZnwcsg6zL/IJv4nJi5JbNQl3clNL/vWB6gpnWXhKmu1/mFfwz7NQk\n0l8YF7sJ/CbOt1Z4G1e0o7va089FrUfjqGnNRvNQ2EH+P6+SvzmEzxoPqg9ZFQZ8\nCigyS54gSxuvWWzjhgky1mhgje2AIMCRlx3YLL9Ed0k79bOp9uUQ\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-06-29 13:25:01,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 used request id req-b47c6261-a963-444f-9529-cdbe42a8a907 2018-06-29 13:25:01,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:01,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25: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-673ff204-2577-4007-b050-a504ec6043ca x-compute-request-id: req-673ff204-2577-4007-b050-a504ec6043ca Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGmANXjbfmDx9Q8aelimkSi4i1QYlYNZN1TsMvXd5ZqgWLX2UoKMLSkr5fkc1MtEP6sPZ3+RrgGbt6zZyswld1faxwDCKf2lJpnnUpA7cggnFuMbeHKDOYYJbAmhF6LrkYTys1ccfhUyN5wDwb84644Fo//EtzxTKrEN9j3z3x+AZ+w6V02ePO/QaNldsUuYB8uXms7pMw07Ni75IYm/jPiahJ1O23F7Mqs+mxkcahPThdBaA8yPBUk+S+60XIgF/pF33fqvmJN/8S4ZkGsjPNZDqTzJbDXwB0iwgzYkeDnYzx3XEPd+56aK5P3k1gb/sRREPvtxlE2gFABmBUZ30r Generated-by-Nova", "user_id": "44068e3973b944bd998ad759573e828b", "name": "HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp", "deleted": false, "created_at": "2018-06-29T13:24:59.000000", "updated_at": null, "fingerprint": "e3:7a:96:c1:e7:37:73:e5:72:14:a4:79:7a:17:16:a8", "deleted_at": null, "id": 5}} 2018-06-29 13:25:01,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-kp used request id req-673ff204-2577-4007-b050-a504ec6043ca 2018-06-29 13:25:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c14922078175fcc38835ec317e94d094e90631" 2018-06-29 13:25:01,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:01 GMT Server: Apache x-openstack-request-id: req-cee9f186-8551-46fd-b255-428b025574ba Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:01,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:25:01 GMT Server: Apache x-openstack-request-id: req-ea69aef3-00a8-47a5-8085-53ce475cae1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:25:01,446 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsKeypairTests-af9bcd04-176c-464a-843e-c64215758b09-stack/cd9f826d-dc90-4a31-8f8d-b10324cd28e7 used request id req-ea69aef3-00a8-47a5-8085-53ce475cae1a 2018-06-29 13:25:01,448 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 13:25:01,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:01,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["UkC9Pw3SQhSHzxpw0oyc6A"], "issued_at": "2018-06-29T13:25:01.000000Z"}} 2018-06-29 13:25:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" -d '{"stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-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-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-sec-grp"}}' 2018-06-29 13:25:03,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 13:25:01 GMT Server: Apache x-openstack-request-id: req-0e6891fc-5eb9-4276-b5aa-1c07902f7797 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "ba6e600f-3222-4112-9111-e203efc298d6", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6", "rel": "self"}]}} 2018-06-29 13:25:03,423 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks used request id req-0e6891fc-5eb9-4276-b5aa-1c07902f7797 2018-06-29 13:25:03,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/ba6e600f-3222-4112-9111-e203efc298d6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:03,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:03 GMT Server: Apache x-openstack-request-id: req-9b5bca07-1c26-4cd4-b956-fd1dca60a75a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:03,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:03 GMT Server: Apache x-openstack-request-id: req-82c18ac3-53e1-489c-8b72-762a0fa254a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "ba6e600f-3222-4112-9111-e203efc298d6", "OS::stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "stack_user_project_id": "08c4ceae633540e79e0e1773f39e4dfa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:25:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ba6e600f-3222-4112-9111-e203efc298d6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 13:25:03,913 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 used request id req-82c18ac3-53e1-489c-8b72-762a0fa254a4 2018-06-29 13:25:03,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/ba6e600f-3222-4112-9111-e203efc298d6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:04,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:03 GMT Server: Apache x-openstack-request-id: req-bc6dddd0-47a1-4907-abc8-291d81b81ebc Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:04,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:04 GMT Server: Apache x-openstack-request-id: req-82c2e596-00d8-4edb-ad8e-96d554df9d03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "ba6e600f-3222-4112-9111-e203efc298d6", "OS::stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "stack_user_project_id": "08c4ceae633540e79e0e1773f39e4dfa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T13:25:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ba6e600f-3222-4112-9111-e203efc298d6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 13:25:04,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 used request id req-82c2e596-00d8-4edb-ad8e-96d554df9d03 2018-06-29 13:25:07,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/ba6e600f-3222-4112-9111-e203efc298d6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:07,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:07 GMT Server: Apache x-openstack-request-id: req-17f6fdef-79ce-407e-aa5d-354c7fb1d1d5 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:07,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:07 GMT Server: Apache x-openstack-request-id: req-ae7b429f-e739-4251-8fdb-2be26542754c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 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": "9df2d150d03e418295cfd19870a1099d", "OS::stack_id": "ba6e600f-3222-4112-9111-e203efc298d6", "OS::stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack", "stack_user_project_id": "08c4ceae633540e79e0e1773f39e4dfa", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T13:25:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ba6e600f-3222-4112-9111-e203efc298d6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 13:25:07,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 used request id req-ae7b429f-e739-4251-8fdb-2be26542754c 2018-06-29 13:25:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/ba6e600f-3222-4112-9111-e203efc298d6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:07,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:07 GMT Server: Apache x-openstack-request-id: req-87814904-fad9-46bb-9df4-6df3a97b1c44 Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:07,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:07 GMT Server: Apache x-openstack-request-id: req-b4e9fc7c-baf9-480b-8f0f-3d4c136c5f48 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.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T13:25:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T13:25:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-06-29 13:25:07,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6/resources used request id req-b4e9fc7c-baf9-480b-8f0f-3d4c136c5f48 2018-06-29 13:25:07,953 - neutron_utils - INFO - Retrieving security group with ID - c104078e-bec7-4e42-bdb4-2324201d95b7 2018-06-29 13:25:07,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c104078e-bec7-4e42-bdb4-2324201d95b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:08,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-d07ec990-97da-4275-a649-501c07ce46cb Date: Fri, 29 Jun 2018 13:25:08 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:25:03Z", "updated_at": "2018-06-29T13:25:04Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-06-29T13:25:04Z", "revision_number": 0, "id": "83f057c7-e8bd-4586-a5fb-e59c2e5b5194", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T13:25:04Z", "security_group_id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T13:25:04Z", "revision_number": 0, "id": "b8273da0-8004-4dac-b272-60e5086a37fd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T13:25:04Z", "security_group_id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "tenant_id": "9df2d150d03e418295cfd19870a1099d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9df2d150d03e418295cfd19870a1099d"}], "revision_number": 5, "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "name": "HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-sec-grp"}]} 2018-06-29 13:25:08,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c104078e-bec7-4e42-bdb4-2324201d95b7 used request id req-d07ec990-97da-4275-a649-501c07ce46cb 2018-06-29 13:25:08,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c104078e-bec7-4e42-bdb4-2324201d95b7 2018-06-29 13:25:08,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c104078e-bec7-4e42-bdb4-2324201d95b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:08,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5aa3b755-41ae-4c33-8211-064012e9eadf Date: Fri, 29 Jun 2018 13:25:08 GMT RESP BODY: {"security_group_rules": [{"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-06-29T13:25:04Z", "security_group_id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "port_range_min": 22, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:25:04Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "83f057c7-e8bd-4586-a5fb-e59c2e5b5194"}, {"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-06-29T13:25:04Z", "security_group_id": "c104078e-bec7-4e42-bdb4-2324201d95b7", "port_range_min": null, "revision_number": 0, "tenant_id": "9df2d150d03e418295cfd19870a1099d", "created_at": "2018-06-29T13:25:04Z", "project_id": "9df2d150d03e418295cfd19870a1099d", "id": "b8273da0-8004-4dac-b272-60e5086a37fd"}]} 2018-06-29 13:25:08,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c104078e-bec7-4e42-bdb4-2324201d95b7 used request id req-5aa3b755-41ae-4c33-8211-064012e9eadf 2018-06-29 13:25:08,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/ba6e600f-3222-4112-9111-e203efc298d6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c82a8033c646f64221d4afaea1fbf116b518f4e" 2018-06-29 13:25:08,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 13:25:08 GMT Server: Apache x-openstack-request-id: req-3c70ffbc-1b84-4577-a435-6696e236172a Location: http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 13:25:08,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 13:25:08 GMT Server: Apache x-openstack-request-id: req-0a0a36f7-da7f-468d-8941-6a3601512e77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-06-29 13:25:08,449 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d/stacks/HeatUtilsSecurityGroupTests-bf9b5996-0350-4ca6-b1a7-c06b23b8f61a-stack/ba6e600f-3222-4112-9111-e203efc298d6 used request id req-0a0a36f7-da7f-468d-8941-6a3601512e77 2018-06-29 13:25:08,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:08,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["978R8sUlTqeyz36mI4T-jw"], "issued_at": "2018-06-29T13:25:08.000000Z"}} 2018-06-29 13:25:08,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}789aa9535add83855a9aa0f51bcc57f377b227dd" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-95c3d8eb-075d-438c-a2d8-26d59f31b2bb"}}' 2018-06-29 13:25:09,075 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:08 GMT Server: Apache x-compute-request-id: req-5ed898b2-785d-408a-b822-4bf8f5d760c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ed898b2-785d-408a-b822-4bf8f5d760c8 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "87de7268-24e8-4403-a9cf-e7217e0da697", "name": "CinderUtilsQoSTests-95c3d8eb-075d-438c-a2d8-26d59f31b2bb"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697", "rel": "bookmark"}]} 2018-06-29 13:25:09,075 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-5ed898b2-785d-408a-b822-4bf8f5d760c8 2018-06-29 13:25:09,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ed898b2-785d-408a-b822-4bf8f5d760c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}789aa9535add83855a9aa0f51bcc57f377b227dd" 2018-06-29 13:25:09,279 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:09 GMT Server: Apache x-compute-request-id: req-07602995-8b10-4f10-856c-53085b1bcbde OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-07602995-8b10-4f10-856c-53085b1bcbde Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "87de7268-24e8-4403-a9cf-e7217e0da697", "name": "CinderUtilsQoSTests-95c3d8eb-075d-438c-a2d8-26d59f31b2bb"}]} 2018-06-29 13:25:09,279 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-07602995-8b10-4f10-856c-53085b1bcbde 2018-06-29 13:25:09,279 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-95c3d8eb-075d-438c-a2d8-26d59f31b2bb 2018-06-29 13:25:09,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ed898b2-785d-408a-b822-4bf8f5d760c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}789aa9535add83855a9aa0f51bcc57f377b227dd" 2018-06-29 13:25:09,498 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c77d26ec-1978-4673-b5eb-12c08a6b8710 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-06-29 13:25:09,499 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697?force=False used request id req-c77d26ec-1978-4673-b5eb-12c08a6b8710 2018-06-29 13:25:09,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ed898b2-785d-408a-b822-4bf8f5d760c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}789aa9535add83855a9aa0f51bcc57f377b227dd" 2018-06-29 13:25:09,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:09 GMT Server: Apache x-compute-request-id: req-0fe6bea3-1cf4-4390-ba57-3e4a3dbe1d19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0fe6bea3-1cf4-4390-ba57-3e4a3dbe1d19 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-06-29 13:25:09,681 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-0fe6bea3-1cf4-4390-ba57-3e4a3dbe1d19 2018-06-29 13:25:09,682 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-95c3d8eb-075d-438c-a2d8-26d59f31b2bb 2018-06-29 13:25:09,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ed898b2-785d-408a-b822-4bf8f5d760c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}789aa9535add83855a9aa0f51bcc57f377b227dd" 2018-06-29 13:25:09,878 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f79bc12f-1ebd-4c88-a941-16e89baf05cf x-openstack-request-id: req-f79bc12f-1ebd-4c88-a941-16e89baf05cf Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 87de7268-24e8-4403-a9cf-e7217e0da697.", "code": 404}} 2018-06-29 13:25:09,878 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/87de7268-24e8-4403-a9cf-e7217e0da697?force=False used request id req-f79bc12f-1ebd-4c88-a941-16e89baf05cf 2018-06-29 13:25:09,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:10,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["-e1dsm9ZTrGF6GKWbS3JVQ"], "issued_at": "2018-06-29T13:25:10.000000Z"}} 2018-06-29 13:25:10,272 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37db1b1684f571c465d3976b274616aed3adfd43" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-211fea01-4b95-43e4-9110-57c4aaf3fdce"}}' 2018-06-29 13:25:10,486 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:10 GMT Server: Apache x-compute-request-id: req-6b9dc931-b526-4b04-b1a5-ac6f22360216 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b9dc931-b526-4b04-b1a5-ac6f22360216 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "15485c5d-cc04-4585-9316-0a4670ed608b", "name": "CinderUtilsQoSTests-211fea01-4b95-43e4-9110-57c4aaf3fdce"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b", "rel": "bookmark"}]} 2018-06-29 13:25:10,486 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-6b9dc931-b526-4b04-b1a5-ac6f22360216 2018-06-29 13:25:10,489 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b9dc931-b526-4b04-b1a5-ac6f22360216" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37db1b1684f571c465d3976b274616aed3adfd43" 2018-06-29 13:25:10,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:10 GMT Server: Apache x-compute-request-id: req-3a5ff431-4437-445b-9cef-39988ab06202 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a5ff431-4437-445b-9cef-39988ab06202 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "15485c5d-cc04-4585-9316-0a4670ed608b", "name": "CinderUtilsQoSTests-211fea01-4b95-43e4-9110-57c4aaf3fdce"}]} 2018-06-29 13:25:10,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-3a5ff431-4437-445b-9cef-39988ab06202 2018-06-29 13:25:10,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b9dc931-b526-4b04-b1a5-ac6f22360216" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37db1b1684f571c465d3976b274616aed3adfd43" 2018-06-29 13:25:10,869 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:10 GMT Server: Apache x-compute-request-id: req-79932e21-cac4-4c36-876c-16e5f44d1fbf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79932e21-cac4-4c36-876c-16e5f44d1fbf Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "15485c5d-cc04-4585-9316-0a4670ed608b", "name": "CinderUtilsQoSTests-211fea01-4b95-43e4-9110-57c4aaf3fdce"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b", "rel": "bookmark"}]} 2018-06-29 13:25:10,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b used request id req-79932e21-cac4-4c36-876c-16e5f44d1fbf 2018-06-29 13:25:10,869 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-211fea01-4b95-43e4-9110-57c4aaf3fdce 2018-06-29 13:25:10,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b9dc931-b526-4b04-b1a5-ac6f22360216" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37db1b1684f571c465d3976b274616aed3adfd43" 2018-06-29 13:25:10,917 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ba8a8409-14ec-4827-8689-0c789f223761 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-06-29 13:25:10,917 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/15485c5d-cc04-4585-9316-0a4670ed608b?force=False used request id req-ba8a8409-14ec-4827-8689-0c789f223761 2018-06-29 13:25:10,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:11,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["xpYZudvbRyqnReWqZ0nMNg"], "issued_at": "2018-06-29T13:25:11.000000Z"}} 2018-06-29 13:25:11,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe868810cf1f3fc6d334040a2943422589f1621" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-03735d5a-f65a-4dc5-9003-f3b6e2c7a581"}}' 2018-06-29 13:25:11,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:11 GMT Server: Apache x-compute-request-id: req-02fa1bda-d64d-485b-8f87-3b774698bf21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02fa1bda-d64d-485b-8f87-3b774698bf21 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "3b650d6c-27a9-4724-81c5-dd89e8440754", "name": "CinderUtilsQoSTests-03735d5a-f65a-4dc5-9003-f3b6e2c7a581"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754", "rel": "bookmark"}]} 2018-06-29 13:25:11,517 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-02fa1bda-d64d-485b-8f87-3b774698bf21 2018-06-29 13:25:11,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-02fa1bda-d64d-485b-8f87-3b774698bf21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe868810cf1f3fc6d334040a2943422589f1621" 2018-06-29 13:25:11,700 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:11 GMT Server: Apache x-compute-request-id: req-9eb7ba13-135a-4aa0-becc-57984f0c98da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9eb7ba13-135a-4aa0-becc-57984f0c98da Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "3b650d6c-27a9-4724-81c5-dd89e8440754", "name": "CinderUtilsQoSTests-03735d5a-f65a-4dc5-9003-f3b6e2c7a581"}]} 2018-06-29 13:25:11,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-9eb7ba13-135a-4aa0-becc-57984f0c98da 2018-06-29 13:25:11,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-02fa1bda-d64d-485b-8f87-3b774698bf21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe868810cf1f3fc6d334040a2943422589f1621" 2018-06-29 13:25:11,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:11 GMT Server: Apache x-compute-request-id: req-995f6808-960b-482d-b6d5-59e1adf745bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-995f6808-960b-482d-b6d5-59e1adf745bc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "3b650d6c-27a9-4724-81c5-dd89e8440754", "name": "CinderUtilsQoSTests-03735d5a-f65a-4dc5-9003-f3b6e2c7a581"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754", "rel": "bookmark"}]} 2018-06-29 13:25:11,882 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754 used request id req-995f6808-960b-482d-b6d5-59e1adf745bc 2018-06-29 13:25:11,883 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-03735d5a-f65a-4dc5-9003-f3b6e2c7a581 2018-06-29 13:25:11,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-02fa1bda-d64d-485b-8f87-3b774698bf21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe868810cf1f3fc6d334040a2943422589f1621" 2018-06-29 13:25:12,087 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ed5eb8e-a551-4a36-8009-c55910bd9c9b 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-06-29 13:25:12,087 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3b650d6c-27a9-4724-81c5-dd89e8440754?force=False used request id req-0ed5eb8e-a551-4a36-8009-c55910bd9c9b 2018-06-29 13:25:12,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:12,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["fdNMAb_FRmuKxdQqPMhOcA"], "issued_at": "2018-06-29T13:25:12.000000Z"}} 2018-06-29 13:25:12,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dea92902d2c88cc7f51c731fccbb6e632775d66" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-4bf102bc-47ae-4ed7-b3ae-7aa43a3ea7a9"}}' 2018-06-29 13:25:12,763 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:12 GMT Server: Apache x-compute-request-id: req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c36116a1-74ec-4b56-b89f-1729bcb77b06", "name": "CinderUtilsQoSTests-4bf102bc-47ae-4ed7-b3ae-7aa43a3ea7a9"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06", "rel": "bookmark"}]} 2018-06-29 13:25:12,764 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7 2018-06-29 13:25:12,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dea92902d2c88cc7f51c731fccbb6e632775d66" 2018-06-29 13:25:12,935 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:12 GMT Server: Apache x-compute-request-id: req-5739054b-64df-450e-9a1c-b0c988d12817 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5739054b-64df-450e-9a1c-b0c988d12817 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c36116a1-74ec-4b56-b89f-1729bcb77b06", "name": "CinderUtilsQoSTests-4bf102bc-47ae-4ed7-b3ae-7aa43a3ea7a9"}]} 2018-06-29 13:25:12,935 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-5739054b-64df-450e-9a1c-b0c988d12817 2018-06-29 13:25:12,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dea92902d2c88cc7f51c731fccbb6e632775d66" 2018-06-29 13:25:13,103 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:12 GMT Server: Apache x-compute-request-id: req-838b5e18-7331-41c2-abfa-bf990ae2df3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-838b5e18-7331-41c2-abfa-bf990ae2df3a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "c36116a1-74ec-4b56-b89f-1729bcb77b06", "name": "CinderUtilsQoSTests-4bf102bc-47ae-4ed7-b3ae-7aa43a3ea7a9"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06", "rel": "bookmark"}]} 2018-06-29 13:25:13,103 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06 used request id req-838b5e18-7331-41c2-abfa-bf990ae2df3a 2018-06-29 13:25:13,104 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-4bf102bc-47ae-4ed7-b3ae-7aa43a3ea7a9 2018-06-29 13:25:13,106 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1afdcf11-7a91-4a30-a169-cdbbd58c71c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dea92902d2c88cc7f51c731fccbb6e632775d66" 2018-06-29 13:25:13,335 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1b8f68d6-273b-4a7f-a04a-a29718ee690d 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-06-29 13:25:13,335 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/c36116a1-74ec-4b56-b89f-1729bcb77b06?force=False used request id req-1b8f68d6-273b-4a7f-a04a-a29718ee690d 2018-06-29 13:25:13,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:13,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["QNK3gzYpT9CkFLvNwQxlyg"], "issued_at": "2018-06-29T13:25:13.000000Z"}} 2018-06-29 13:25:13,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:13,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d82469-34d1-48ff-af2c-7d31bafbaf7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:25:13,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d8d82469-34d1-48ff-af2c-7d31bafbaf7e 2018-06-29 13:25:13,745 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-c5d6f3a6-745c-4c10-9858-4a3b9598670d", "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-06-29 13:25:14,115 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:13 GMT Server: Apache x-compute-request-id: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "44068e3973b944bd998ad759573e828b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T13:25:13.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-c5d6f3a6-745c-4c10-9858-4a3b9598670d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5056b454-2f39-41ee-98dc-d7d795156152", "size": 1}} 2018-06-29 13:25:14,115 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes used request id req-d7bc83ff-6714-4b19-8643-b91bd2af17c7 2018-06-29 13:25:14,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:14,386 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache x-compute-request-id: req-badb6de6-8b0e-4032-97bf-5b11c883d416 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-badb6de6-8b0e-4032-97bf-5b11c883d416 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:14.000000", "replication_status": null, "snapshot_id": null, "id": "5056b454-2f39-41ee-98dc-d7d795156152", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-c5d6f3a6-745c-4c10-9858-4a3b9598670d", "bootable": "false", "created_at": "2018-06-29T13:25:13.000000", "volume_type": null}} 2018-06-29 13:25:14,386 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-badb6de6-8b0e-4032-97bf-5b11c883d416 2018-06-29 13:25:14,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:14,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache x-compute-request-id: req-26234ae9-ecdf-4f0c-9d96-d8d78a46cc44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26234ae9-ecdf-4f0c-9d96-d8d78a46cc44 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:14.000000", "replication_status": null, "snapshot_id": null, "id": "5056b454-2f39-41ee-98dc-d7d795156152", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-c5d6f3a6-745c-4c10-9858-4a3b9598670d", "bootable": "false", "created_at": "2018-06-29T13:25:13.000000", "volume_type": null}} 2018-06-29 13:25:14,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-26234ae9-ecdf-4f0c-9d96-d8d78a46cc44 2018-06-29 13:25:14,619 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:14,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache x-compute-request-id: req-13131534-5a56-4272-be8f-bf0c83b34915 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13131534-5a56-4272-be8f-bf0c83b34915 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:14.000000", "replication_status": null, "snapshot_id": null, "id": "5056b454-2f39-41ee-98dc-d7d795156152", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-c5d6f3a6-745c-4c10-9858-4a3b9598670d", "bootable": "false", "created_at": "2018-06-29T13:25:13.000000", "volume_type": null}]} 2018-06-29 13:25:14,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-13131534-5a56-4272-be8f-bf0c83b34915 2018-06-29 13:25:14,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:25:14,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:25:14,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:14,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b2cef4-12a8-40bd-8a4c-fc4bb74524a0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:25:14,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-83b2cef4-12a8-40bd-8a4c-fc4bb74524a0 2018-06-29 13:25:14,926 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c5d6f3a6-745c-4c10-9858-4a3b9598670d 2018-06-29 13:25:14,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:15,156 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-674be6ad-c10a-4542-83e5-0f56c0fcfd8d 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-06-29 13:25:15,156 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-674be6ad-c10a-4542-83e5-0f56c0fcfd8d 2018-06-29 13:25:15,159 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:15,383 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a6ff56a9-b742-4ee9-bece-c728605d3924 x-openstack-request-id: req-a6ff56a9-b742-4ee9-bece-c728605d3924 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5056b454-2f39-41ee-98dc-d7d795156152 could not be found.", "code": 404}} 2018-06-29 13:25:15,383 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-a6ff56a9-b742-4ee9-bece-c728605d3924 2018-06-29 13:25:15,385 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:15,440 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:15 GMT Server: Apache x-compute-request-id: req-06cc5692-2837-443e-88c6-093bc2f57f6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06cc5692-2837-443e-88c6-093bc2f57f6d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 13:25:15,440 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-06cc5692-2837-443e-88c6-093bc2f57f6d 2018-06-29 13:25:15,441 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c5d6f3a6-745c-4c10-9858-4a3b9598670d 2018-06-29 13:25:15,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:15,733 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-99cbc604-965b-44f8-8dbf-0dd3602c1ba3 x-openstack-request-id: req-99cbc604-965b-44f8-8dbf-0dd3602c1ba3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5056b454-2f39-41ee-98dc-d7d795156152 could not be found.", "code": 404}} 2018-06-29 13:25:15,733 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-99cbc604-965b-44f8-8dbf-0dd3602c1ba3 2018-06-29 13:25:15,735 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7bc83ff-6714-4b19-8643-b91bd2af17c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9513e0211f3b87857bde0880412ad8fd9e80e831" 2018-06-29 13:25:15,926 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c5deee39-0d46-46c5-ac8e-c917fde006ea x-openstack-request-id: req-c5deee39-0d46-46c5-ac8e-c917fde006ea Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5056b454-2f39-41ee-98dc-d7d795156152 could not be found.", "code": 404}} 2018-06-29 13:25:15,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/5056b454-2f39-41ee-98dc-d7d795156152 used request id req-c5deee39-0d46-46c5-ac8e-c917fde006ea 2018-06-29 13:25:15,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:16,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["S_3vPyY5SLmh3WlfnGtPvg"], "issued_at": "2018-06-29T13:25:16.000000Z"}} 2018-06-29 13:25:16,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:16,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38dbe12e-82fb-4c93-aa4d-2d9d416b745b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-06-29 13:25:16,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-38dbe12e-82fb-4c93-aa4d-2d9d416b745b 2018-06-29 13:25:16,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-f912007a-ba6c-4f95-8b94-b6bf9ee96a39", "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-06-29 13:25:16,778 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:16 GMT Server: Apache x-compute-request-id: req-de981b52-23e1-4f96-8a59-f1841eae5be2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de981b52-23e1-4f96-8a59-f1841eae5be2 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "44068e3973b944bd998ad759573e828b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T13:25:16.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-f912007a-ba6c-4f95-8b94-b6bf9ee96a39", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "size": 1}} 2018-06-29 13:25:16,778 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes used request id req-de981b52-23e1-4f96-8a59-f1841eae5be2 2018-06-29 13:25:16,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de981b52-23e1-4f96-8a59-f1841eae5be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,000 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:16 GMT Server: Apache x-compute-request-id: req-d988d31d-aacd-4610-8eee-e79d4972835d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d988d31d-aacd-4610-8eee-e79d4972835d Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:16.000000", "replication_status": null, "snapshot_id": null, "id": "79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-f912007a-ba6c-4f95-8b94-b6bf9ee96a39", "bootable": "false", "created_at": "2018-06-29T13:25:16.000000", "volume_type": null}} 2018-06-29 13:25:17,000 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 used request id req-d988d31d-aacd-4610-8eee-e79d4972835d 2018-06-29 13:25:17,003 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de981b52-23e1-4f96-8a59-f1841eae5be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache x-compute-request-id: req-db5e0ce5-a0e3-4754-b398-c704f829ed3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db5e0ce5-a0e3-4754-b398-c704f829ed3e Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:16.000000", "replication_status": null, "snapshot_id": null, "id": "79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-f912007a-ba6c-4f95-8b94-b6bf9ee96a39", "bootable": "false", "created_at": "2018-06-29T13:25:16.000000", "volume_type": null}} 2018-06-29 13:25:17,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 used request id req-db5e0ce5-a0e3-4754-b398-c704f829ed3e 2018-06-29 13:25:17,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de981b52-23e1-4f96-8a59-f1841eae5be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache x-compute-request-id: req-3ff2c638-0362-4eb7-84ec-fc98a96d0b4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ff2c638-0362-4eb7-84ec-fc98a96d0b4c Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T13:25:16.000000", "replication_status": null, "snapshot_id": null, "id": "79f700d5-3aa3-4ab8-a760-ed4f72e48fb4", "size": 1, "user_id": "44068e3973b944bd998ad759573e828b", "os-vol-tenant-attr:tenant_id": "9df2d150d03e418295cfd19870a1099d", "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-f912007a-ba6c-4f95-8b94-b6bf9ee96a39", "bootable": "false", "created_at": "2018-06-29T13:25:16.000000", "volume_type": null}]} 2018-06-29 13:25:17,459 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/detail used request id req-3ff2c638-0362-4eb7-84ec-fc98a96d0b4c 2018-06-29 13:25:17,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-06-29 13:25:17,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 13:25:17,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7506a10a-0ddc-4581-9621-ad88426b46f9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}} 2018-06-29 13:25:17,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9df2d150d03e418295cfd19870a1099d used request id req-7506a10a-0ddc-4581-9621-ad88426b46f9 2018-06-29 13:25:17,571 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-f912007a-ba6c-4f95-8b94-b6bf9ee96a39 2018-06-29 13:25:17,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de981b52-23e1-4f96-8a59-f1841eae5be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,630 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2683f04f-7cb5-4523-8af5-de89024e597d 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-06-29 13:25:17,630 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 used request id req-2683f04f-7cb5-4523-8af5-de89024e597d 2018-06-29 13:25:17,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de981b52-23e1-4f96-8a59-f1841eae5be2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd943cb390a7f927b026436b59aeebc50d4ae7fb" 2018-06-29 13:25:17,823 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6c406ad4-dd01-4fb0-aa75-6349c834087c x-openstack-request-id: req-6c406ad4-dd01-4fb0-aa75-6349c834087c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 could not be found.", "code": 404}} 2018-06-29 13:25:17,824 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/volumes/79f700d5-3aa3-4ab8-a760-ed4f72e48fb4 used request id req-6c406ad4-dd01-4fb0-aa75-6349c834087c 2018-06-29 13:25:17,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:18,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["n7uakQUGTdemltR0ERcT2Q"], "issued_at": "2018-06-29T13:25:18.000000Z"}} 2018-06-29 13:25:18,216 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7", "description": null}}' 2018-06-29 13:25:18,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:18 GMT Server: Apache x-compute-request-id: req-40487335-0210-4c0b-948b-6da06275ace2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40487335-0210-4c0b-948b-6da06275ace2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72d1bbe0-e307-45ce-8cbd-49f4b5186c27", "description": null}} 2018-06-29 13:25:18,434 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-40487335-0210-4c0b-948b-6da06275ace2 2018-06-29 13:25:18,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:18,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:18 GMT Server: Apache x-compute-request-id: req-e620312f-22b5-457d-8557-ffd5c25a125a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e620312f-22b5-457d-8557-ffd5c25a125a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72d1bbe0-e307-45ce-8cbd-49f4b5186c27", "description": null}]} 2018-06-29 13:25:18,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types?is_public=None used request id req-e620312f-22b5-457d-8557-ffd5c25a125a 2018-06-29 13:25:18,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:18,817 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:18 GMT Server: Apache x-compute-request-id: req-e9985f08-73aa-4a0b-ae20-b074a4e45985 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9985f08-73aa-4a0b-ae20-b074a4e45985 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72d1bbe0-e307-45ce-8cbd-49f4b5186c27", "description": null}} 2018-06-29 13:25:18,817 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 used request id req-e9985f08-73aa-4a0b-ae20-b074a4e45985 2018-06-29 13:25:18,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:19,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:18 GMT Server: Apache x-compute-request-id: req-53fb467c-92bf-4d9f-a812-8ac090f27dbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-53fb467c-92bf-4d9f-a812-8ac090f27dbc Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 13:25:19,005 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27/encryption used request id req-53fb467c-92bf-4d9f-a812-8ac090f27dbc 2018-06-29 13:25:19,006 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7 2018-06-29 13:25:19,008 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:19,227 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-70d1b62c-f543-4636-871a-d3a67410a86f 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-06-29 13:25:19,227 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 used request id req-70d1b62c-f543-4636-871a-d3a67410a86f 2018-06-29 13:25:19,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:19,396 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c7524800-3b46-4ee0-b00e-84677b6be7cd x-openstack-request-id: req-c7524800-3b46-4ee0-b00e-84677b6be7cd Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 72d1bbe0-e307-45ce-8cbd-49f4b5186c27 could not be found.", "code": 404}} 2018-06-29 13:25:19,396 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 used request id req-c7524800-3b46-4ee0-b00e-84677b6be7cd 2018-06-29 13:25:19,396 - cinder_utils - INFO - Volume with ID [72d1bbe0-e307-45ce-8cbd-49f4b5186c27] does not exist 2018-06-29 13:25:19,397 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a4066e07-d3b6-4c0f-a158-8bc0a69d70d7 2018-06-29 13:25:19,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40487335-0210-4c0b-948b-6da06275ace2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb9ca6cbf21a12476876c3c2700c07873c99bb0" 2018-06-29 13:25:19,655 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e2a24c3d-263b-49ef-9c30-5eb95a8b090e x-openstack-request-id: req-e2a24c3d-263b-49ef-9c30-5eb95a8b090e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 72d1bbe0-e307-45ce-8cbd-49f4b5186c27 could not be found.", "code": 404}} 2018-06-29 13:25:19,655 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/72d1bbe0-e307-45ce-8cbd-49f4b5186c27 used request id req-e2a24c3d-263b-49ef-9c30-5eb95a8b090e 2018-06-29 13:25:19,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:20,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["yxf7bhr9Qw-SHTkVjvjLlQ"], "issued_at": "2018-06-29T13:25:20.000000Z"}} 2018-06-29 13:25:20,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "description": null}}' 2018-06-29 13:25:20,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "064b1be3-76be-4c74-9146-37bd914c9dea", "description": null}} 2018-06-29 13:25:20,261 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-5059c846-59b3-428d-bd71-1c2ab77ea8b2 2018-06-29 13:25:20,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:20,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-6fad24d4-78df-44a8-aede-35465c8629ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6fad24d4-78df-44a8-aede-35465c8629ac Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "064b1be3-76be-4c74-9146-37bd914c9dea", "description": null}]} 2018-06-29 13:25:20,439 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types?is_public=None used request id req-6fad24d4-78df-44a8-aede-35465c8629ac 2018-06-29 13:25:20,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:20,616 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-f3631b65-3339-4092-8e88-06db32574212 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3631b65-3339-4092-8e88-06db32574212 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "064b1be3-76be-4c74-9146-37bd914c9dea", "description": null}} 2018-06-29 13:25:20,616 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea used request id req-f3631b65-3339-4092-8e88-06db32574212 2018-06-29 13:25:20,619 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:20,797 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-c72cc118-d985-43c1-a3d9-8790810c92d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c72cc118-d985-43c1-a3d9-8790810c92d0 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 13:25:20,797 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea/encryption used request id req-c72cc118-d985-43c1-a3d9-8790810c92d0 2018-06-29 13:25:20,800 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:20,822 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-cd3c6b1a-89ad-4264-890c-6d97ca63f3e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd3c6b1a-89ad-4264-890c-6d97ca63f3e4 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "064b1be3-76be-4c74-9146-37bd914c9dea", "description": null}} 2018-06-29 13:25:20,822 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea used request id req-cd3c6b1a-89ad-4264-890c-6d97ca63f3e4 2018-06-29 13:25:20,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:21,004 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:20 GMT Server: Apache x-compute-request-id: req-131f4624-efc1-4d51-970d-26db42a09996 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-131f4624-efc1-4d51-970d-26db42a09996 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "064b1be3-76be-4c74-9146-37bd914c9dea", "description": null}} 2018-06-29 13:25:21,004 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea used request id req-131f4624-efc1-4d51-970d-26db42a09996 2018-06-29 13:25:21,007 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:21,031 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:21 GMT Server: Apache x-compute-request-id: req-255ac08b-43cb-40aa-9d45-7a5d07890d86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-255ac08b-43cb-40aa-9d45-7a5d07890d86 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 13:25:21,031 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea/encryption used request id req-255ac08b-43cb-40aa-9d45-7a5d07890d86 2018-06-29 13:25:21,031 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-5056eff0-77ee-4ed4-90ff-91812914f4e0 2018-06-29 13:25:21,034 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5059c846-59b3-428d-bd71-1c2ab77ea8b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1624cfdb10a4010cce1d25197d5a3b04bfd31fb5" 2018-06-29 13:25:21,241 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9fd3ac58-bd2e-4833-b07a-5909456f4fe9 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-06-29 13:25:21,241 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/064b1be3-76be-4c74-9146-37bd914c9dea used request id req-9fd3ac58-bd2e-4833-b07a-5909456f4fe9 2018-06-29 13:25:21,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:21,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["2Y80iZASS2OnB5A-GJUnwg"], "issued_at": "2018-06-29T13:25:21.000000Z"}} 2018-06-29 13:25:21,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca309a3da405e5058b1a64a5517ca9e50b0e10c3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-a271eae4-54e7-4240-aea0-2aca2ce0e46c-type", "description": null}}' 2018-06-29 13:25:21,846 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:21 GMT Server: Apache x-compute-request-id: req-4973bcbd-a4e9-428d-8eb5-5b209069abc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4973bcbd-a4e9-428d-8eb5-5b209069abc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a271eae4-54e7-4240-aea0-2aca2ce0e46c-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e151644e-a031-4552-a08c-9a89abc59c69", "description": null}} 2018-06-29 13:25:21,846 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-4973bcbd-a4e9-428d-8eb5-5b209069abc4 2018-06-29 13:25:21,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/e151644e-a031-4552-a08c-9a89abc59c69/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4973bcbd-a4e9-428d-8eb5-5b209069abc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca309a3da405e5058b1a64a5517ca9e50b0e10c3" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-a271eae4-54e7-4240-aea0-2aca2ce0e46c", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 13:25:22,015 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8f91de5f-aadb-480a-81c2-633bc0c104ae x-openstack-request-id: req-8f91de5f-aadb-480a-81c2-633bc0c104ae Content-Length: 379 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-a271eae4-54e7-4240-aea0-2aca2ce0e46c', u'control_location': u'back-end', u'key_size': -1, u'provider': u'foo', u'provider_class': u'foo', u'cipher': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:22,015 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/e151644e-a031-4552-a08c-9a89abc59c69/encryption used request id req-8f91de5f-aadb-480a-81c2-633bc0c104ae 2018-06-29 13:25:22,015 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-a271eae4-54e7-4240-aea0-2aca2ce0e46c-type 2018-06-29 13:25:22,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/e151644e-a031-4552-a08c-9a89abc59c69 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4973bcbd-a4e9-428d-8eb5-5b209069abc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca309a3da405e5058b1a64a5517ca9e50b0e10c3" 2018-06-29 13:25:22,216 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d8159b5-4b89-459a-a58c-6ec08d61224a 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-06-29 13:25:22,216 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/e151644e-a031-4552-a08c-9a89abc59c69 used request id req-1d8159b5-4b89-459a-a58c-6ec08d61224a 2018-06-29 13:25:22,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:22,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["pDKR6iO5QPSxg3yZqfvqnw"], "issued_at": "2018-06-29T13:25:22.000000Z"}} 2018-06-29 13:25:22,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8dfb308d0890b6d8a2396a2911a1530f17c11dc" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86-type", "description": null}}' 2018-06-29 13:25:22,806 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:22 GMT Server: Apache x-compute-request-id: req-7dd509da-cf84-465a-af2a-fcdf23c012fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dd509da-cf84-465a-af2a-fcdf23c012fa Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3af968a7-75b2-4c04-bc0d-1d3330018c95", "description": null}} 2018-06-29 13:25:22,807 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-7dd509da-cf84-465a-af2a-fcdf23c012fa 2018-06-29 13:25:22,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/3af968a7-75b2-4c04-bc0d-1d3330018c95/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7dd509da-cf84-465a-af2a-fcdf23c012fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8dfb308d0890b6d8a2396a2911a1530f17c11dc" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86", "provider": "LuksEncryptor"}}' 2018-06-29 13:25:22,970 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d7836d04-4e64-4b9e-8f1f-04d07e4871a9 x-openstack-request-id: req-d7836d04-4e64-4b9e-8f1f-04d07e4871a9 Content-Length: 363 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'LuksEncryptor', u'name': u'CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:22,971 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/3af968a7-75b2-4c04-bc0d-1d3330018c95/encryption used request id req-d7836d04-4e64-4b9e-8f1f-04d07e4871a9 2018-06-29 13:25:22,972 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86-type 2018-06-29 13:25:22,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/3af968a7-75b2-4c04-bc0d-1d3330018c95 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7dd509da-cf84-465a-af2a-fcdf23c012fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8dfb308d0890b6d8a2396a2911a1530f17c11dc" 2018-06-29 13:25:23,188 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-75fc6e11-ca88-4f67-9588-6a3f67493961 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-06-29 13:25:23,188 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/3af968a7-75b2-4c04-bc0d-1d3330018c95 used request id req-75fc6e11-ca88-4f67-9588-6a3f67493961 2018-06-29 13:25:23,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:23,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["PnjFO6UKTtm_e7tKaaliKg"], "issued_at": "2018-06-29T13:25:23.000000Z"}} 2018-06-29 13:25:23,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c708c5561aacdbe1ffca78778f46bdf631f30f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3-type", "description": null}}' 2018-06-29 13:25:23,773 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:23 GMT Server: Apache x-compute-request-id: req-a81fd3fb-de09-4e71-9f3b-a989b08369da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a81fd3fb-de09-4e71-9f3b-a989b08369da Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "620799a9-2385-4bfc-8359-cda17b6dca55", "description": null}} 2018-06-29 13:25:23,773 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-a81fd3fb-de09-4e71-9f3b-a989b08369da 2018-06-29 13:25:23,776 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/620799a9-2385-4bfc-8359-cda17b6dca55/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a81fd3fb-de09-4e71-9f3b-a989b08369da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c708c5561aacdbe1ffca78778f46bdf631f30f" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3", "provider": "foo"}}' 2018-06-29 13:25:23,943 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7ebccd01-2397-4207-a42d-420e65a66105 x-openstack-request-id: req-7ebccd01-2397-4207-a42d-420e65a66105 Content-Length: 344 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'control_location': u'front-end', u'provider_class': u'foo', u'name': u'CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:23,943 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/620799a9-2385-4bfc-8359-cda17b6dca55/encryption used request id req-7ebccd01-2397-4207-a42d-420e65a66105 2018-06-29 13:25:23,944 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3-type 2018-06-29 13:25:23,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/620799a9-2385-4bfc-8359-cda17b6dca55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a81fd3fb-de09-4e71-9f3b-a989b08369da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c708c5561aacdbe1ffca78778f46bdf631f30f" 2018-06-29 13:25:24,151 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbe00c51-0ace-4c29-b41e-0af87f389e13 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-06-29 13:25:24,152 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/620799a9-2385-4bfc-8359-cda17b6dca55 used request id req-cbe00c51-0ace-4c29-b41e-0af87f389e13 2018-06-29 13:25:24,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:24,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["61xGof6dSOyVYBLXpuM7Rg"], "issued_at": "2018-06-29T13:25:24.000000Z"}} 2018-06-29 13:25:24,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0320bccdaff3eebd2bd4e82b8ef9cc5885f4f300" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8-type", "description": null}}' 2018-06-29 13:25:24,759 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:24 GMT Server: Apache x-compute-request-id: req-12586948-14ea-459c-9edf-12b6fa583b96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12586948-14ea-459c-9edf-12b6fa583b96 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "de2f34ab-1542-45bd-82b2-bb00df20557e", "description": null}} 2018-06-29 13:25:24,759 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-12586948-14ea-459c-9edf-12b6fa583b96 2018-06-29 13:25:24,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/de2f34ab-1542-45bd-82b2-bb00df20557e/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-12586948-14ea-459c-9edf-12b6fa583b96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0320bccdaff3eebd2bd4e82b8ef9cc5885f4f300" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 13:25:24,936 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c3c45ceb-26d6-42ae-b375-e7909cd64604 x-openstack-request-id: req-c3c45ceb-26d6-42ae-b375-e7909cd64604 Content-Length: 378 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8', u'control_location': u'back-end', u'key_size': 1, u'provider': u'foo', u'provider_class': u'foo', u'cipher': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:24,936 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/de2f34ab-1542-45bd-82b2-bb00df20557e/encryption used request id req-c3c45ceb-26d6-42ae-b375-e7909cd64604 2018-06-29 13:25:24,937 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8-type 2018-06-29 13:25:24,939 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/de2f34ab-1542-45bd-82b2-bb00df20557e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12586948-14ea-459c-9edf-12b6fa583b96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0320bccdaff3eebd2bd4e82b8ef9cc5885f4f300" 2018-06-29 13:25:25,138 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-550778ed-ed5c-431c-9213-dacb46c34a89 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-06-29 13:25:25,139 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/de2f34ab-1542-45bd-82b2-bb00df20557e used request id req-550778ed-ed5c-431c-9213-dacb46c34a89 2018-06-29 13:25:25,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:25,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["RArHkSrCSX-LeyQ4tCzvtg"], "issued_at": "2018-06-29T13:25:25.000000Z"}} 2018-06-29 13:25:25,534 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e-qos"}}' 2018-06-29 13:25:25,729 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:25 GMT Server: Apache x-compute-request-id: req-4873c511-b229-428c-9cfb-20a7d05d97ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4873c511-b229-428c-9cfb-20a7d05d97ba Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "bcfa25c8-d0a2-48f6-9ab3-ae8b4389f2db", "name": "CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/bcfa25c8-d0a2-48f6-9ab3-ae8b4389f2db", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/bcfa25c8-d0a2-48f6-9ab3-ae8b4389f2db", "rel": "bookmark"}]} 2018-06-29 13:25:25,729 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-4873c511-b229-428c-9cfb-20a7d05d97ba 2018-06-29 13:25:25,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e", "description": null}}' 2018-06-29 13:25:25,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:25 GMT Server: Apache x-compute-request-id: req-437f2c25-d675-4d34-a703-d67d36f2d9a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-437f2c25-d675-4d34-a703-d67d36f2d9a6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9f16ac3b-d03a-4b37-a02e-78001bab3d80", "description": null}} 2018-06-29 13:25:25,928 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-437f2c25-d675-4d34-a703-d67d36f2d9a6 2018-06-29 13:25:25,931 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 13:25:26,091 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2ca69861-f949-42a0-b64e-4b420a8abef3 x-openstack-request-id: req-2ca69861-f949-42a0-b64e-4b420a8abef3 Content-Length: 280 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'bar', u'name': u'foo', u'provider': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:26,091 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80/encryption used request id req-2ca69861-f949-42a0-b64e-4b420a8abef3 2018-06-29 13:25:26,092 - cinder_utils - WARNING - Error creating volume encryption - Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'bar', u'name': u'foo', u'provider': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-2ca69861-f949-42a0-b64e-4b420a8abef3) 2018-06-29 13:25:26,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" 2018-06-29 13:25:26,269 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:26 GMT Server: Apache x-compute-request-id: req-4dc621dc-9527-4362-a259-a3ccec866b08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dc621dc-9527-4362-a259-a3ccec866b08 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9f16ac3b-d03a-4b37-a02e-78001bab3d80", "description": null}} 2018-06-29 13:25:26,269 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80 used request id req-4dc621dc-9527-4362-a259-a3ccec866b08 2018-06-29 13:25:26,272 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" 2018-06-29 13:25:26,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:26 GMT Server: Apache x-compute-request-id: req-56d35072-f53a-4cb8-9446-0771e16dba81 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56d35072-f53a-4cb8-9446-0771e16dba81 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 13:25:26,451 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80/encryption used request id req-56d35072-f53a-4cb8-9446-0771e16dba81 2018-06-29 13:25:26,451 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e 2018-06-29 13:25:26,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" 2018-06-29 13:25:26,672 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a3cd5b72-361e-4876-8d94-e8d14ee3b3b6 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-06-29 13:25:26,672 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/9f16ac3b-d03a-4b37-a02e-78001bab3d80 used request id req-a3cd5b72-361e-4876-8d94-e8d14ee3b3b6 2018-06-29 13:25:26,673 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e2e0a24a-ce4c-49f2-b1cb-e9d26918638e-qos 2018-06-29 13:25:26,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/bcfa25c8-d0a2-48f6-9ab3-ae8b4389f2db?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4873c511-b229-428c-9cfb-20a7d05d97ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd2717af3c981ac77a34ca45f6342e3a166a631" 2018-06-29 13:25:26,720 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-788552e2-c80e-4705-a546-1d8b83697108 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-06-29 13:25:26,720 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/bcfa25c8-d0a2-48f6-9ab3-ae8b4389f2db?force=False used request id req-788552e2-c80e-4705-a546-1d8b83697108 2018-06-29 13:25:26,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:27,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["wEhhtU7uTbSuPA0hVTrxUw"], "issued_at": "2018-06-29T13:25:27.000000Z"}} 2018-06-29 13:25:27,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557-qos"}}' 2018-06-29 13:25:27,308 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:27 GMT Server: Apache x-compute-request-id: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1e76076d-ca10-48d5-af94-f63be8a3b74d", "name": "CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/1e76076d-ca10-48d5-af94-f63be8a3b74d", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/1e76076d-ca10-48d5-af94-f63be8a3b74d", "rel": "bookmark"}]} 2018-06-29 13:25:27,308 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb 2018-06-29 13:25:27,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557", "description": null}}' 2018-06-29 13:25:27,509 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:27 GMT Server: Apache x-compute-request-id: req-a21687c4-c360-478a-833d-0bf3d1ba8d72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a21687c4-c360-478a-833d-0bf3d1ba8d72 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a0fc9774-2188-4077-bdcf-e8434bc5b368", "description": null}} 2018-06-29 13:25:27,509 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-a21687c4-c360-478a-833d-0bf3d1ba8d72 2018-06-29 13:25:27,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" 2018-06-29 13:25:27,682 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:27 GMT Server: Apache x-compute-request-id: req-288a8057-8fb2-4276-926f-bcbe56f2400f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-288a8057-8fb2-4276-926f-bcbe56f2400f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "1e76076d-ca10-48d5-af94-f63be8a3b74d", "name": "CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557-qos"}]} 2018-06-29 13:25:27,682 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-288a8057-8fb2-4276-926f-bcbe56f2400f 2018-06-29 13:25:27,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/None/associate?vol_type_id=a0fc9774-2188-4077-bdcf-e8434bc5b368 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" 2018-06-29 13:25:27,861 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 13:25:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-deeac516-b93a-4b16-ad50-cbda9652e9c0 x-openstack-request-id: req-deeac516-b93a-4b16-ad50-cbda9652e9c0 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-06-29 13:25:27,861 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/None/associate?vol_type_id=a0fc9774-2188-4077-bdcf-e8434bc5b368 used request id req-deeac516-b93a-4b16-ad50-cbda9652e9c0 2018-06-29 13:25:27,862 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-deeac516-b93a-4b16-ad50-cbda9652e9c0) 2018-06-29 13:25:27,862 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557 2018-06-29 13:25:27,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/a0fc9774-2188-4077-bdcf-e8434bc5b368 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" 2018-06-29 13:25:28,061 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02165b91-ec4f-4156-a242-bd5cc11ecf5e 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-06-29 13:25:28,062 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/a0fc9774-2188-4077-bdcf-e8434bc5b368 used request id req-02165b91-ec4f-4156-a242-bd5cc11ecf5e 2018-06-29 13:25:28,062 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d01246ff-047c-4b5e-8e1c-8c6c84cc4557-qos 2018-06-29 13:25:28,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/1e76076d-ca10-48d5-af94-f63be8a3b74d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29a9d779-43ea-44f2-a2ed-f8bb349b6ceb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3d662479947715eabd727fd449238726810f98" 2018-06-29 13:25:28,292 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-09cc416c-ceb2-418a-a16f-f0a99ff17acf 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-06-29 13:25:28,292 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/1e76076d-ca10-48d5-af94-f63be8a3b74d?force=False used request id req-09cc416c-ceb2-418a-a16f-f0a99ff17acf 2018-06-29 13:25:28,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:28,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["X3fkwLWjShylyID92PNIXg"], "issued_at": "2018-06-29T13:25:28.000000Z"}} 2018-06-29 13:25:28,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e-qos"}}' 2018-06-29 13:25:28,894 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:28 GMT Server: Apache x-compute-request-id: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "20d9fbf3-e17f-4b87-8155-0d00b654132c", "name": "CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c", "rel": "bookmark"}]} 2018-06-29 13:25:28,894 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02 2018-06-29 13:25:28,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e", "description": null}}' 2018-06-29 13:25:29,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:28 GMT Server: Apache x-compute-request-id: req-83615c13-f624-4218-99e0-9dc91234098d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83615c13-f624-4218-99e0-9dc91234098d Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2a4fa354-593a-4f4b-b671-9423eb5da5ad", "description": null}} 2018-06-29 13:25:29,107 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-83615c13-f624-4218-99e0-9dc91234098d 2018-06-29 13:25:29,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" 2018-06-29 13:25:29,280 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:29 GMT Server: Apache x-compute-request-id: req-788fae08-9837-4dce-81b4-675b0b0f2ca5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-788fae08-9837-4dce-81b4-675b0b0f2ca5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "20d9fbf3-e17f-4b87-8155-0d00b654132c", "name": "CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e-qos"}]} 2018-06-29 13:25:29,281 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-788fae08-9837-4dce-81b4-675b0b0f2ca5 2018-06-29 13:25:29,284 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c/associate?vol_type_id=2a4fa354-593a-4f4b-b671-9423eb5da5ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" 2018-06-29 13:25:29,492 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3c5b0b4c-a458-4d9a-8344-de521dace8a0 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-06-29 13:25:29,492 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c/associate?vol_type_id=2a4fa354-593a-4f4b-b671-9423eb5da5ad used request id req-3c5b0b4c-a458-4d9a-8344-de521dace8a0 2018-06-29 13:25:29,492 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e 2018-06-29 13:25:29,495 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/2a4fa354-593a-4f4b-b671-9423eb5da5ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" 2018-06-29 13:25:29,698 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-629e132d-4aee-4c65-b7f7-c89e44a9ba6f 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-06-29 13:25:29,699 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/2a4fa354-593a-4f4b-b671-9423eb5da5ad used request id req-629e132d-4aee-4c65-b7f7-c89e44a9ba6f 2018-06-29 13:25:29,699 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-03b5b4f8-7ca1-4ffd-8505-349fc40a608e-qos 2018-06-29 13:25:29,702 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee919d0e-9ef6-44c5-8fba-b9cb32b14c02" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c72781ef886c69d26347e3dbc30794bd0b6f9d9" 2018-06-29 13:25:29,894 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6e5c1c7-35aa-4349-9870-f99b3adf0d0f 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-06-29 13:25:29,894 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/20d9fbf3-e17f-4b87-8155-0d00b654132c?force=False used request id req-f6e5c1c7-35aa-4349-9870-f99b3adf0d0f 2018-06-29 13:25:29,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-06-29 13:25:30,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33fdea823863480a984d6885bd14fd53", "name": "admin"}], "expires_at": "2018-06-29T14:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df2d150d03e418295cfd19870a1099d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f544205ebc048459f37193dcaff1534"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83ec438ff1824b929d2e57cd9fe8953a"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ce78f52007d4f11b02e8bf38ee97192"}], "type": "object-store", "id": "212f36cbec094edd877713216ecf9e03", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03eb7727e3a448498510ca885ab0bd03"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b306bc7e1eb42e9a168e3e4f9bc9ce9"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cb48cf3333dd4e8b87f2790679d16f09"}], "type": "event", "id": "24e280368e7842858a02640bb8437bc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbed440e4d304757b21dcb39776ae631"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d298986afd534007955c8bd9d2727c75"}, {"url": "http://192.30.9.3:8004/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9216d3450c8422eb4b892bc2287ae13"}], "type": "orchestration", "id": "2b9614a5a9364acf9eeb721225f9a139", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7aac7c9734124dfcb559225c37f1fecc"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2ed3cceca444c69935de36d698bb36b"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d228bf54cc81485f812a2c016c77da20"}], "type": "network", "id": "2d8465369ac94679bf8f03a95c547ddc", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09a547faeecd43f7a46cd7f414867eaa"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e267d2e5d44244b076f36805f774dd"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7347f0c7b47848439ed6947066c9e060"}], "type": "metric", "id": "3a5f1eb9c2de4ef8a125d7870a373a11", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1bdd97f6e37942d7888cafdd8bb206b7"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8490a67555924da39277672623008d04"}, {"url": "http://192.30.9.3:8776/v3/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cfd014f196bf4626a366d357988b4347"}], "type": "volumev3", "id": "641ce22d95be45b8883f224ba5c10d0d", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "89a00322d1bc414e9bcaddeffc50137c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03ecd367455e48b583b31ac1b4fee286"}, {"url": "http://192.30.9.3:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3767000556aa49168280f2461abe4130"}, {"url": "http://172.30.9.28:8776/v2/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80613f2c986f4f4588031b99241d556b"}], "type": "volumev2", "id": "93e8b94ffdac4b5288993a0882b48ca4", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d6bc4b80a646c3a375f7270819ffb2"}, {"url": "http://172.30.9.28:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c5dd1c856ae453fbf091136bfcab867"}, {"url": "http://192.30.9.3:8776/v1/9df2d150d03e418295cfd19870a1099d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2be6c1b090c4e4e924a1e1d27ff63e1"}], "type": "volume", "id": "9d6b6be0b66d427e96d06994f767a001", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1932ac9e7b4e42b199db49aae99d6b7a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "313be09b3be247558081721ca232ddaa"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc6f40406ca04a03a9b3d34b312586af"}], "type": "image", "id": "abe7bf95ad3f4c268757b94af378bc83", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a2cc188640e44c18e2724248e490217"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437c895d7c1241c2a25ce8ec7e16a0e5"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6e47ef16fdd440bbd4bd149619e819c"}], "type": "cloudformation", "id": "ac26482c3974478184bf2213c44aff33", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "394094410ce945bb84e381c4a3aa5696"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "633f8d17d3f64dd6b66799824f8e7f09"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a8a1f5636ddd4638aefa143ed9f5a75f"}], "type": "alarming", "id": "b70e6152c8e24e3bbf75c92e53500b47", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07987fe0dcf341fabf13b77326358987"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d311558d0494455a91e44507a7133526"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2fa84b323b423a8acc308fb297c3d7"}], "type": "compute", "id": "b95d407abe6e4cc682b37dbd4cc10f50", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f79f849a68347589bd8d3d9e9ddbb53"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e3ce8245bd04bc4b771345aad009b6a"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2748931e48e4063be030452bdb25acf"}], "type": "placement", "id": "cca28b003ab44882a585418bf01d4177", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124625bc896248b4a4fa1076c3a00820"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d37acf37b644113a74707b77553ece6"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31bc0c4ac9744054bcda9f82ae6c83d6"}], "type": "identity", "id": "cdae535e58a54562994c0c25faee7e93", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "44068e3973b944bd998ad759573e828b"}, "audit_ids": ["sW05G3KHSFS-SpgEMYetjw"], "issued_at": "2018-06-29T13:25:30.000000Z"}} 2018-06-29 13:25:30,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014-qos"}}' 2018-06-29 13:25:30,499 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:30 GMT Server: Apache x-compute-request-id: req-f5cca96a-34a7-40d1-919a-53bc014dde04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f5cca96a-34a7-40d1-919a-53bc014dde04 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "3eba6f59-a0da-48c3-8407-8cc055339c0f", "name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f", "rel": "self"}, {"href": "http://172.30.9.28:8776/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f", "rel": "bookmark"}]} 2018-06-29 13:25:30,500 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-f5cca96a-34a7-40d1-919a-53bc014dde04 2018-06-29 13:25:30,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014", "description": null}}' 2018-06-29 13:25:30,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:30 GMT Server: Apache x-compute-request-id: req-6342d1ce-0c17-4845-9aa4-a3f9d183e79b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6342d1ce-0c17-4845-9aa4-a3f9d183e79b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c912f9de-1196-4786-bb5b-6e09f720ae99", "description": null}} 2018-06-29 13:25:30,703 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types used request id req-6342d1ce-0c17-4845-9aa4-a3f9d183e79b 2018-06-29 13:25:30,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 13:25:30,879 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 13:25:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9232d951-37a3-4535-ad72-4b9f4163ac3c x-openstack-request-id: req-9232d951-37a3-4535-ad72-4b9f4163ac3c Content-Length: 280 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'bar', u'name': u'foo', u'provider': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 13:25:30,879 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99/encryption used request id req-9232d951-37a3-4535-ad72-4b9f4163ac3c 2018-06-29 13:25:30,879 - cinder_utils - WARNING - Error creating volume encryption - Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'bar', u'name': u'foo', u'provider': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-9232d951-37a3-4535-ad72-4b9f4163ac3c) 2018-06-29 13:25:30,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:30 GMT Server: Apache x-compute-request-id: req-2c8824fa-f37d-4928-86fe-63c0d21069ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c8824fa-f37d-4928-86fe-63c0d21069ad Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "3eba6f59-a0da-48c3-8407-8cc055339c0f", "name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014-qos"}]} 2018-06-29 13:25:31,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs used request id req-2c8824fa-f37d-4928-86fe-63c0d21069ad 2018-06-29 13:25:31,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f/associate?vol_type_id=c912f9de-1196-4786-bb5b-6e09f720ae99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,259 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1ab4f844-df7c-4581-a54d-affa1101bcd4 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-06-29 13:25:31,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f/associate?vol_type_id=c912f9de-1196-4786-bb5b-6e09f720ae99 used request id req-1ab4f844-df7c-4581-a54d-affa1101bcd4 2018-06-29 13:25:31,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,440 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:31 GMT Server: Apache x-compute-request-id: req-68f3ace5-77c4-4a76-95f8-4e1eeb29823e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68f3ace5-77c4-4a76-95f8-4e1eeb29823e Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014", "qos_specs_id": "3eba6f59-a0da-48c3-8407-8cc055339c0f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c912f9de-1196-4786-bb5b-6e09f720ae99", "description": null}} 2018-06-29 13:25:31,440 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99 used request id req-68f3ace5-77c4-4a76-95f8-4e1eeb29823e 2018-06-29 13:25:31,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,613 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 13:25:31 GMT Server: Apache x-compute-request-id: req-46e5ad7c-5ea2-4dbf-8f9e-2d48e0cbcc7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-46e5ad7c-5ea2-4dbf-8f9e-2d48e0cbcc7e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 13:25:31,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99/encryption used request id req-46e5ad7c-5ea2-4dbf-8f9e-2d48e0cbcc7e 2018-06-29 13:25:31,614 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014 2018-06-29 13:25:31,617 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,822 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80fb37af-90f7-4aaa-b132-f73561edc3f9 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-06-29 13:25:31,822 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/types/c912f9de-1196-4786-bb5b-6e09f720ae99 used request id req-80fb37af-90f7-4aaa-b132-f73561edc3f9 2018-06-29 13:25:31,822 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-dbdad2ee-5996-4c4e-bfe9-355d694f8014-qos 2018-06-29 13:25:31,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5cca96a-34a7-40d1-919a-53bc014dde04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd143bac78017f9c7263704e210e12bf1ae07589" 2018-06-29 13:25:31,869 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 13:25:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5c459c65-3802-41c6-bf2e-a2715635a19c 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-06-29 13:25:31,870 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9df2d150d03e418295cfd19870a1099d/qos-specs/3eba6f59-a0da-48c3-8407-8cc055339c0f?force=False used request id req-5c459c65-3802-41c6-bf2e-a2715635a19c 2018-06-29 13:25:31,871 - 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 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_list_sec_grp_no_rules (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) ... ERROR test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ERROR test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ERROR test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... FAIL 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) ... FAIL ====================================================================== ERROR: test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/cinder_utils_tests.py", line 415, in test_create_delete_encryption self.cinder, self.volume_type, encryption_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/cinder_utils.py", line 322, in create_volume_encryption encryption = cinder.volume_encryption_types.create(volume_type.id, specs) File "/usr/lib/python2.7/site-packages/cinderclient/v2/volume_encryption_types.py", line 81, in create body, "encryption") File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 330, in _create resp, body = self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 203, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 191, in _cs_request return self.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 177, in request raise exceptions.from_response(resp, body) BadRequest: Invalid input for field/attribute encryption. Value: {u'control_location': u'back-end', u'provider_class': u'LuksEncryptor', u'name': u'CinderUtilsAddEncryptionTests-a1a2092b-a298-496d-9d84-3de166cddb86', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-d7836d04-4e64-4b9e-8f1f-04d07e4871a9) ====================================================================== ERROR: test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/cinder_utils_tests.py", line 397, in test_create_simple_encryption self.cinder, self.volume_type, encryption_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/cinder_utils.py", line 322, in create_volume_encryption encryption = cinder.volume_encryption_types.create(volume_type.id, specs) File "/usr/lib/python2.7/site-packages/cinderclient/v2/volume_encryption_types.py", line 81, in create body, "encryption") File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 330, in _create resp, body = self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 203, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 191, in _cs_request return self.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 177, in request raise exceptions.from_response(resp, body) BadRequest: Invalid input for field/attribute encryption. Value: {u'control_location': u'front-end', u'provider_class': u'foo', u'name': u'CinderUtilsAddEncryptionTests-cb97f4a2-25b9-48fd-a290-b050e685ecc3', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-7ebccd01-2397-4207-a42d-420e65a66105) ====================================================================== ERROR: test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/cinder_utils_tests.py", line 442, in test_create_with_all_attrs self.cinder, self.volume_type, encryption_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/cinder_utils.py", line 322, in create_volume_encryption encryption = cinder.volume_encryption_types.create(volume_type.id, specs) File "/usr/lib/python2.7/site-packages/cinderclient/v2/volume_encryption_types.py", line 81, in create body, "encryption") File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 330, in _create resp, body = self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 203, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 191, in _cs_request return self.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 177, in request raise exceptions.from_response(resp, body) BadRequest: Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-8373ff57-520a-4ffd-a936-3ebb9ee365c8', u'control_location': u'back-end', u'key_size': 1, u'provider': u'foo', u'provider_class': u'foo', u'cipher': u'bar'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-c3c45ceb-26d6-42ae-b375-e7909cd64604) ====================================================================== FAIL: test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/cinder_utils_tests.py", line 528, in test_create_with_encryption self.assertIsNotNone(vol_encrypt) AssertionError: unexpectedly None ====================================================================== FAIL: test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/cinder_utils_tests.py", line 577, in test_create_with_qos_and_encryption self.assertIsNotNone(vol_encrypt) AssertionError: unexpectedly None ---------------------------------------------------------------------- Ran 99 tests in 578.116s FAILED (failures=2, errors=3) 2018-06-29 13:25:32,035 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 13:25:32,035 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:38 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-06-29 13:25:32,039 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-06-29 13:25:32,040 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | api_check | functest | healthcheck | 09:38 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | tenantnetwork1 | functest | healthcheck | 00:00 | SKIP | | tenantnetwork2 | functest | healthcheck | 00:00 | SKIP | | vmready1 | functest | healthcheck | 00:00 | SKIP | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-06-29 13:25:32,049 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR